Home
last modified time | relevance | path

Searched defs:hl_mmu_funcs (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/misc/habanalabs/common/
A Dhabanalabs.h2286 struct hl_mmu_funcs { struct
2287 int (*init)(struct hl_device *hdev);
2288 void (*fini)(struct hl_device *hdev);
2289 int (*ctx_init)(struct hl_ctx *ctx);
2290 void (*ctx_fini)(struct hl_ctx *ctx);
2291 int (*map)(struct hl_ctx *ctx,
2294 int (*unmap)(struct hl_ctx *ctx,
2296 void (*flush)(struct hl_ctx *ctx);
2297 void (*swap_out)(struct hl_ctx *ctx);
2298 void (*swap_in)(struct hl_ctx *ctx);
[all …]

Completed in 21 milliseconds