Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/accel/habanalabs/common/mmu/
Dmmu_v1.c73 pgt_info->num_of_ptes = 0; in alloc_hop()
145 get_pgt_info(ctx, hop_addr)->num_of_ptes++; in get_pte()
162 pgt_info->num_of_ptes--; in put_pte()
168 num_of_ptes_left = pgt_info->num_of_ptes; in put_pte()
478 pgt_info->phys_addr, ctx->asid, pgt_info->num_of_ptes); in hl_mmu_v1_ctx_fini()
Dmmu.c1004 pgt_info->num_of_ptes--; in hl_mmu_hr_put_pte()
1010 num_of_ptes_left = pgt_info->num_of_ptes; in hl_mmu_hr_put_pte()
1025 hr_func->get_pgt_info(ctx, phys_hop_addr)->num_of_ptes++; in hl_mmu_hr_get_pte()
1102 pgt_info->num_of_ptes = 0; in hl_mmu_hr_alloc_hop()
Dmmu_v2_hr.c109 pgt_info->phys_addr, ctx->asid, pgt_info->num_of_ptes); in hl_mmu_v2_hr_ctx_fini()
/linux-6.6.21/drivers/accel/habanalabs/common/
Dhabanalabs.h295 int num_of_ptes; member