Searched defs:hl_mmu_funcs (Results 1 – 1 of 1) sorted by relevance
1472 struct hl_mmu_funcs { struct1473 int (*init)(struct hl_device *hdev);1474 void (*fini)(struct hl_device *hdev);1475 int (*ctx_init)(struct hl_ctx *ctx);1476 void (*ctx_fini)(struct hl_ctx *ctx);1477 int (*map)(struct hl_ctx *ctx,1480 int (*unmap)(struct hl_ctx *ctx,1482 void (*flush)(struct hl_ctx *ctx);1483 void (*swap_out)(struct hl_ctx *ctx);1484 void (*swap_in)(struct hl_ctx *ctx);