Home
last modified time | relevance | path

Searched refs:ntbl (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/mm/
A Dcore_mmu_v7.c518 paddr_t ntbl = tbl[n] & ~((1 << 10) - 1); in core_mmu_find_table() local
519 void *l2tbl = phys_to_virt(ntbl, MEM_AREA_TEE_RAM_RW_DATA, in core_mmu_find_table()
/optee_os/core/mm/
A Dvm.c144 size_t ntbl; in alloc_pgt() local
146 ntbl = get_num_req_pgts(uctx, &b, &e); in alloc_pgt()
147 if (!pgt_check_avail(ntbl)) { in alloc_pgt()
148 EMSG("%zu page tables not available", ntbl); in alloc_pgt()

Completed in 6 milliseconds