Home
last modified time | relevance | path

Searched defs:mem_type (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/mm/
H A Dmobj.c35 uint32_t mem_type; member
75 static TEE_Result mobj_phys_get_mem_type(struct mobj *mobj, uint32_t *mem_type) in mobj_phys_get_mem_type()
135 static struct mobj *mobj_phys_init(paddr_t pa, size_t size, uint32_t mem_type, in mobj_phys_init()
179 struct mobj *mobj_phys_alloc(paddr_t pa, size_t size, uint32_t mem_type, in mobj_phys_alloc()
292 uint32_t *mem_type) in mobj_shm_get_mem_type()
360 uint8_t mem_type; member
366 uint32_t mem_type) in mobj_with_fobj_alloc()
428 uint32_t *mem_type) in mobj_with_fobj_get_mem_type()
H A Dvm.c311 uint32_t mem_type = 0; in vm_map_pad() local
H A Dcore_mmu.c753 enum teecore_memtypes mem_type, in add_phys_mem()
/optee_os/core/arch/arm/mm/
H A Dsp_mem.c24 uint32_t mem_type; member
46 struct mobj *sp_mem_new_mobj(uint64_t pages, uint32_t mem_type, bool is_secure) in sp_mem_new_mobj()
/optee_os/core/include/mm/
H A Dtee_mmu_types.h151 uint32_t mem_type = (mattr >> TEE_MATTR_MEM_TYPE_SHIFT) & in mattr_is_cached() local