Searched refs:CORE_MEM_NON_SEC (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/include/mm/ |
| H A D | core_memprot.h | 28 CORE_MEM_NON_SEC, enumerator 41 core_pbuf_is(CORE_MEM_NON_SEC, (paddr_t)(buf), (len)) 47 core_vbuf_is(CORE_MEM_NON_SEC, (void *)(buf), (len))
|
| H A D | mobj.h | 205 return mobj_matches(mobj, CORE_MEM_NON_SEC); in mobj_is_nonsec()
|
| /optee_os/core/mm/ |
| H A D | mobj.c | 97 case CORE_MEM_NON_SEC: in mobj_phys_matches() 288 return attr == CORE_MEM_NSEC_SHM || attr == CORE_MEM_NON_SEC; in mobj_shm_matches()
|
| H A D | mobj_dyn_shm.c | 309 return attr == CORE_MEM_NON_SEC || attr == CORE_MEM_REG_SHM; in mobj_reg_shm_matches() 379 if (!core_pbuf_is(CORE_MEM_NON_SEC, mobj_reg_shm->pages[i], in mobj_reg_shm_alloc() 699 !core_pbuf_is(CORE_MEM_NON_SEC, pa, size)) in mobj_protmem_alloc()
|
| H A D | core_mmu.c | 1718 case CORE_MEM_NON_SEC: in core_pbuf_is()
|
| /optee_os/core/pta/tests/ |
| H A D | invoke.c | 269 if (!core_vbuf_is(CORE_MEM_NON_SEC, src, sz) || in test_inject_sdp() 352 !core_vbuf_is(CORE_MEM_NON_SEC, dst, sz)) { in test_dump_sdp()
|
| /optee_os/core/arch/arm/mm/ |
| H A D | sp_mem.c | 121 return attr == CORE_MEM_NON_SEC || attr == CORE_MEM_REG_SHM; in mobj_sp_matches()
|
| H A D | mobj_ffa.c | 439 !core_pbuf_is(CORE_MEM_NON_SEC, pa, num_pages * SMALL_PAGE_SIZE)) in mobj_ffa_add_pages_at() 847 return attr == CORE_MEM_NON_SEC || attr == CORE_MEM_REG_SHM; in ffa_shm_matches()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 332 if (!core_pbuf_is(CORE_MEM_NON_SEC, pa, sz)) in map_buf() 1257 if (!core_pbuf_is(CORE_MEM_NON_SEC, pbuf, len)) in handle_mem_op_tmem()
|