Home
last modified time | relevance | path

Searched refs:phys_hop_addr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2_hr.c13 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() argument
18 (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()
H A Dmmu.c1030 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
1032 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() local
1269 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()
/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs.h2876 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);