Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c1011 pgt_info->num_of_ptes--; in hl_mmu_hr_put_pte()
1017 num_of_ptes_left = pgt_info->num_of_ptes; in hl_mmu_hr_put_pte()
1032 hr_func->get_pgt_info(ctx, phys_hop_addr)->num_of_ptes++; in hl_mmu_hr_get_pte()
1109 pgt_info->num_of_ptes = 0; in hl_mmu_hr_alloc_hop()
1300 hl_mmu_dr_get_pgt_info(ctx, hop_addr)->num_of_ptes++; in hl_mmu_dr_get_pte()
1308 pgt_info->num_of_ptes--; in hl_mmu_dr_put_pte()
1314 num_of_ptes_left = pgt_info->num_of_ptes; in hl_mmu_dr_put_pte()
1347 pgt_info->num_of_ptes = 0; in hl_mmu_dr_alloc_hop()
H A Dmmu_v2.c53 pgt_info->phys_addr, ctx->asid, pgt_info->num_of_ptes); in hl_mmu_v2_ctx_fini()
H A Dmmu_v2_hr.c109 pgt_info->phys_addr, ctx->asid, pgt_info->num_of_ptes); in hl_mmu_v2_hr_ctx_fini()
H A Dmmu_v1.c214 pgt_info->phys_addr, ctx->asid, pgt_info->num_of_ptes); in hl_mmu_v1_ctx_fini()
/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs.h303 int num_of_ptes; member