Searched refs:phys_hop_addr (Results 1 – 3 of 3) sorted by relevance
13 static struct pgt_info *hl_mmu_v2_hr_get_pgt_info(struct hl_ctx *ctx, u64 phys_hop_addr) in hl_mmu_v2_hr_get_pgt_info() argument18 (unsigned long) phys_hop_addr) in hl_mmu_v2_hr_get_pgt_info()19 if (phys_hop_addr == pgt_info->phys_addr) in hl_mmu_v2_hr_get_pgt_info()
1030 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() argument1032 hr_func->get_pgt_info(ctx, phys_hop_addr)->num_of_ptes++; in hl_mmu_hr_get_pte()1266 u64 phys_hop_addr; in hl_mmu_dr_get_phys_addr() local1269 phys_hop_addr = hl_mmu_dr_get_pgt_info(ctx, shadow_hop_addr)->phys_addr; in hl_mmu_dr_get_phys_addr()1271 phys_hop_addr = hl_mmu_dr_get_phys_hop0_addr(ctx); in hl_mmu_dr_get_phys_addr()1273 return phys_hop_addr + pte_offset; in hl_mmu_dr_get_phys_addr()
2876 struct pgt_info *(*get_pgt_info)(struct hl_ctx *ctx, u64 phys_hop_addr);3908 void hl_mmu_hr_get_pte(struct hl_ctx *ctx, struct hl_hr_mmu_funcs *hr_func, u64 phys_hop_addr);