Searched refs:swap_out (Results 1 – 4 of 4) sorted by relevance
488 if (hdev->mmu_func[MMU_DR_PGT].swap_out != NULL) in hl_mmu_swap_out()489 hdev->mmu_func[MMU_DR_PGT].swap_out(ctx); in hl_mmu_swap_out()491 if (hdev->mmu_func[MMU_HR_PGT].swap_out != NULL) in hl_mmu_swap_out()492 hdev->mmu_func[MMU_HR_PGT].swap_out(ctx); in hl_mmu_swap_out()
392 mmu->swap_out = hl_mmu_v2_hr_swap_out; in hl_mmu_v2_hr_set_funcs()
812 mmu->swap_out = hl_mmu_v1_swap_out; in hl_mmu_v1_set_funcs()
2806 void (*swap_out)(struct hl_ctx *ctx); member