Home
last modified time | relevance | path

Searched refs:get_pgt_info (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/accel/habanalabs/common/mmu/
Dmmu_v1.c17 static struct pgt_info *get_pgt_info(struct hl_ctx *ctx, u64 hop_addr) in get_pgt_info() function
42 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in free_hop()
145 get_pgt_info(ctx, hop_addr)->num_of_ptes++; in get_pte()
159 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in put_pte()
208 phys_hop_addr = get_pgt_info(ctx, shadow_hop_addr)->phys_addr; in get_phys_addr()
Dmmu.c1025 hr_func->get_pgt_info(ctx, phys_hop_addr)->num_of_ptes++; in hl_mmu_hr_get_pte()
1045 return hr_func->get_pgt_info(ctx, next_hop_phys_addr); in hl_mmu_hr_get_next_hop_pgt_info()
1133 return hr_func->get_pgt_info(ctx, hop_addr); in hl_mmu_hr_get_alloc_next_hop()
Dmmu_v2_hr.c396 mmu->hr_funcs.get_pgt_info = hl_mmu_v2_hr_get_pgt_info; in hl_mmu_v2_hr_set_funcs()
/linux-6.6.21/drivers/accel/habanalabs/common/
Dhabanalabs.h2803 struct pgt_info *(*get_pgt_info)(struct hl_ctx *ctx, u64 phys_hop_addr); member