Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dvm.c111 static TEE_Result alloc_pgt(struct user_mode_ctx *uctx) in alloc_pgt() function
333 res = alloc_pgt(uctx); in vm_map_pad()
613 res = alloc_pgt(uctx); in vm_remap()
672 if (alloc_pgt(uctx)) in vm_remap()
1070 res = alloc_pgt(uctx); in vm_map_param()
H A Dpgt_cache.c131 static struct pgt *alloc_pgt(vaddr_t vabase) in alloc_pgt() function
328 p = alloc_pgt(va); in pgt_check_avail()