Home
last modified time | relevance | path

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

/drivers/misc/habanalabs/common/
Dhabanalabs.h2251 struct hl_mmu_funcs { struct
2252 int (*init)(struct hl_device *hdev);
2253 void (*fini)(struct hl_device *hdev);
2254 int (*ctx_init)(struct hl_ctx *ctx);
2255 void (*ctx_fini)(struct hl_ctx *ctx);
2256 int (*map)(struct hl_ctx *ctx,
2259 int (*unmap)(struct hl_ctx *ctx,
2261 void (*flush)(struct hl_ctx *ctx);
2262 void (*swap_out)(struct hl_ctx *ctx);
2263 void (*swap_in)(struct hl_ctx *ctx);
[all …]