Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/habanalabs/common/
Dhabanalabs.h2249 struct hl_mmu_funcs { struct
2250 int (*init)(struct hl_device *hdev);
2251 void (*fini)(struct hl_device *hdev);
2252 int (*ctx_init)(struct hl_ctx *ctx);
2253 void (*ctx_fini)(struct hl_ctx *ctx);
2254 int (*map)(struct hl_ctx *ctx,
2257 int (*unmap)(struct hl_ctx *ctx,
2259 void (*flush)(struct hl_ctx *ctx);
2260 void (*swap_out)(struct hl_ctx *ctx);
2261 void (*swap_in)(struct hl_ctx *ctx);
[all …]