Home
last modified time | relevance | path

Searched refs:CORE_MEM_SEC (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/mm/
H A Dcore_memprot.h29 CORE_MEM_SEC, enumerator
44 core_pbuf_is(CORE_MEM_SEC, (paddr_t)(buf), (len))
50 core_vbuf_is(CORE_MEM_SEC, (void *)(buf), (len))
H A Dmobj.h210 return mobj_matches(mobj, CORE_MEM_SEC); in mobj_is_secure()
/optee_os/core/mm/
H A Dmobj.c94 case CORE_MEM_SEC: in mobj_phys_matches()
95 return a == CORE_MEM_SEC || a == CORE_MEM_TEE_RAM || in mobj_phys_matches()
410 return attr == CORE_MEM_SEC; in mobj_with_fobj_matches()
H A Dmobj_dyn_shm.c621 return attr == CORE_MEM_SEC || attr == CORE_MEM_SDP_MEM; in mobj_protmem_matches()
H A Dcore_mmu.c1716 case CORE_MEM_SEC: in core_pbuf_is()
/optee_os/core/arch/arm/mm/
H A Dsp_mem.c119 return attr == CORE_MEM_SEC; in mobj_sp_matches()
H A Dmobj_ffa.c996 return attr == CORE_MEM_SEC || attr == CORE_MEM_SDP_MEM; in ffa_prm_matches()