Lines Matching defs:hl_mmu_funcs
2286 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);
2299 int (*get_tlb_info)(struct hl_ctx *ctx,