Searched refs:get_tlb_info (Results 1 – 5 of 5) sorted by relevance
337 mmu->get_tlb_info = hl_mmu_v2_get_tlb_info; in hl_mmu_v2_set_funcs()
394 mmu->get_tlb_info = hl_mmu_v2_hr_get_tlb_info; in hl_mmu_v2_hr_set_funcs()
549 mmu->get_tlb_info = hl_mmu_v1_get_tlb_info; in hl_mmu_v1_set_funcs()
574 rc = mmu_funcs->get_tlb_info(ctx, virt_addr, hops); in hl_mmu_get_tlb_info()
2910 int (*get_tlb_info)(struct hl_ctx *ctx, u64 virt_addr, struct hl_mmu_hop_info *hops); member