Home
last modified time | relevance | path

Searched refs:phys_mem_alloc_flags (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/mm/
H A Dphys_mem.h75 tee_mm_entry_t *phys_mem_alloc_flags(size_t size, uint32_t flags);
/optee_os/core/mm/
H A Dpage_alloc.c78 mmp = phys_mem_alloc_flags(pcount * SMALL_PAGE_SIZE, flags); in virt_page_alloc()
H A Dphys_mem.c226 tee_mm_entry_t *phys_mem_alloc_flags(size_t size, uint32_t flags) in phys_mem_alloc_flags() function