Searched refs:hr_func (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu.c | 1020 * @hr_func: host resident functions 1023 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 1025 hr_func->get_pgt_info(ctx, phys_hop_addr)->num_of_ptes++; in hl_mmu_hr_get_pte() 1031 * @hr_func: host resident functions. 1037 struct hl_hr_mmu_funcs *hr_func, in hl_mmu_hr_get_next_hop_pgt_info() 1045 return hr_func->get_pgt_info(ctx, next_hop_phys_addr); in hl_mmu_hr_get_next_hop_pgt_info() 1052 * @hr_func: host resident functions. 1058 struct hl_hr_mmu_funcs *hr_func, in hl_mmu_hr_alloc_hop() 1103 hr_func->add_pgt_info(ctx, pgt_info, phys_addr); in hl_mmu_hr_alloc_hop() 1117 * @hr_func 1036 hl_mmu_hr_get_next_hop_pgt_info(struct hl_ctx *ctx, struct hl_hr_mmu_funcs *hr_func, u64 curr_pte) hl_mmu_hr_get_next_hop_pgt_info() argument 1057 hl_mmu_hr_alloc_hop(struct hl_ctx *ctx, struct hl_mmu_hr_priv *hr_priv, struct hl_hr_mmu_funcs *hr_func, struct hl_mmu_properties *mmu_prop) hl_mmu_hr_alloc_hop() argument 1124 hl_mmu_hr_get_alloc_next_hop(struct hl_ctx *ctx, struct hl_mmu_hr_priv *hr_priv, struct hl_hr_mmu_funcs *hr_func, struct hl_mmu_properties *mmu_prop, u64 curr_pte, bool *is_new_hop) hl_mmu_hr_get_alloc_next_hop() argument 1148 hl_mmu_hr_get_tlb_info(struct hl_ctx *ctx, u64 virt_addr, struct hl_mmu_hop_info *hops, struct hl_hr_mmu_funcs *hr_func) hl_mmu_hr_get_tlb_info() argument [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | habanalabs.h | 3791 void hl_mmu_hr_get_pte(struct hl_ctx *ctx, struct hl_hr_mmu_funcs *hr_func, u64 phys_hop_addr); 3793 struct hl_hr_mmu_funcs *hr_func, 3796 struct hl_hr_mmu_funcs *hr_func, 3800 struct hl_hr_mmu_funcs *hr_func, 3804 struct hl_hr_mmu_funcs *hr_func);
|
Completed in 10 milliseconds