Searched refs:hr_func (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/accel/habanalabs/common/mmu/ |
D | mmu.c | 1022 void hl_mmu_hr_get_pte(struct hl_ctx *ctx, struct hl_hr_mmu_funcs *hr_func, u64 phys_hop_addr) in hl_mmu_hr_get_pte() argument 1024 hr_func->get_pgt_info(ctx, phys_hop_addr)->num_of_ptes++; in hl_mmu_hr_get_pte() 1036 struct hl_hr_mmu_funcs *hr_func, in hl_mmu_hr_get_next_hop_pgt_info() argument 1044 return hr_func->get_pgt_info(ctx, next_hop_phys_addr); in hl_mmu_hr_get_next_hop_pgt_info() 1057 struct hl_hr_mmu_funcs *hr_func, in hl_mmu_hr_alloc_hop() argument 1102 hr_func->add_pgt_info(ctx, pgt_info, phys_addr); in hl_mmu_hr_alloc_hop() 1125 struct hl_hr_mmu_funcs *hr_func, in hl_mmu_hr_get_alloc_next_hop() argument 1132 return hr_func->get_pgt_info(ctx, hop_addr); in hl_mmu_hr_get_alloc_next_hop() 1135 return hl_mmu_hr_alloc_hop(ctx, hr_priv, hr_func, mmu_prop); in hl_mmu_hr_get_alloc_next_hop() 1148 struct hl_hr_mmu_funcs *hr_func) in hl_mmu_hr_get_tlb_info() argument [all …]
|
/Linux-v6.6/drivers/accel/habanalabs/common/ |
D | habanalabs.h | 3789 void hl_mmu_hr_get_pte(struct hl_ctx *ctx, struct hl_hr_mmu_funcs *hr_func, u64 phys_hop_addr); 3791 struct hl_hr_mmu_funcs *hr_func, 3794 struct hl_hr_mmu_funcs *hr_func, 3798 struct hl_hr_mmu_funcs *hr_func, 3802 struct hl_hr_mmu_funcs *hr_func);
|