Home
last modified time | relevance | path

Searched refs:phys_mem_ta_alloc (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/mm/
H A Dphys_mem.h30 tee_mm_entry_t *phys_mem_ta_alloc(size_t size);
52 static inline tee_mm_entry_t *phys_mem_ta_alloc(size_t size) in phys_mem_ta_alloc() function
/optee_os/core/mm/
H A Dphys_mem.c205 tee_mm_entry_t *phys_mem_ta_alloc(size_t size) in phys_mem_ta_alloc() function
H A Dfobj.c766 f->mm = phys_mem_ta_alloc(size); in fobj_sec_mem_alloc()
H A Dpgt_cache.c110 parent->mm = phys_mem_ta_alloc(PGT_PARENT_SIZE); in alloc_pgt_parent()
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c552 mm = phys_mem_ta_alloc(bin_size_rounded); in load_binary_sp()
945 mm = phys_mem_ta_alloc(size); in handle_fdt_load_relative_mem_regions()
1278 mm = phys_mem_ta_alloc(size); in handle_fdt_mem_regions()
/optee_os/core/kernel/
H A Dree_fs_ta.c729 handle->mm = phys_mem_ta_alloc(handle->ta_size); in buf_ta_open()