Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dphys_mem.h17 tee_mm_entry_t *nex_phys_mem_core_alloc(size_t size);
49 return nex_phys_mem_core_alloc(size); in phys_mem_core_alloc()
/optee_os/core/mm/
H A Dphys_mem.c101 tee_mm_entry_t *nex_phys_mem_core_alloc(size_t size) in nex_phys_mem_core_alloc() function
/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c199 prtn->tee_ram = nex_phys_mem_core_alloc(VCORE_UNPG_RW_SZ); in configure_guest_prtn_mem()
215 prtn->tables = nex_phys_mem_core_alloc(core_mmu_get_total_pages_size()); in configure_guest_prtn_mem()
/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c315 mm = nex_phys_mem_core_alloc(size); in core_mmu_pgt_alloc()
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c665 mm = nex_phys_mem_core_alloc(XLAT_TABLE_SIZE); in core_mmu_xlat_table_alloc()