Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dphys_mem.h18 tee_mm_entry_t *nex_phys_mem_ta_alloc(size_t size);
54 return nex_phys_mem_ta_alloc(size); in phys_mem_ta_alloc()
/optee_os/core/mm/
H A Dphys_mem.c106 tee_mm_entry_t *nex_phys_mem_ta_alloc(size_t size) in nex_phys_mem_ta_alloc() function
H A Dfobj.c156 mm = nex_phys_mem_ta_alloc(size); in rwp_paged_iv_alloc()
270 mm = nex_phys_mem_ta_alloc(size); in rwp_unpaged_iv_alloc()
/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c207 prtn->ta_ram = nex_phys_mem_ta_alloc(get_ta_ram_size()); in configure_guest_prtn_mem()
H A Dboot.c520 mm = nex_phys_mem_ta_alloc(pageable_size); in init_pager_runtime()