Searched refs:CORE_MEM_NON_SEC (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/include/mm/ |
A D | core_memprot.h | 28 CORE_MEM_NON_SEC, enumerator 42 core_pbuf_is(CORE_MEM_NON_SEC, (paddr_t)(buf), (len)) 48 core_vbuf_is(CORE_MEM_NON_SEC, (void *)(buf), (len))
|
A D | mobj.h | 200 return mobj_matches(mobj, CORE_MEM_NON_SEC); in mobj_is_nonsec()
|
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | mobj_dyn_shm.c | 287 return attr == CORE_MEM_NON_SEC || attr == CORE_MEM_REG_SHM; in mobj_reg_shm_matches() 329 if (!core_pbuf_is(CORE_MEM_NON_SEC, mobj_reg_shm->pages[i], in mobj_reg_shm_alloc()
|
A D | mobj_ffa.c | 218 if (!core_pbuf_is(CORE_MEM_NON_SEC, pa, num_pages * SMALL_PAGE_SIZE)) in mobj_ffa_add_pages_at() 516 return attr == CORE_MEM_NON_SEC || attr == CORE_MEM_REG_SHM; in ffa_matches()
|
A D | sp_mem.c | 121 return attr == CORE_MEM_NON_SEC || attr == CORE_MEM_REG_SHM; in mobj_sp_matches()
|
/optee_os-3.20.0/core/pta/tests/ |
A D | invoke.c | 270 if (!core_vbuf_is(CORE_MEM_NON_SEC, src, sz) || in test_inject_sdp() 353 !core_vbuf_is(CORE_MEM_NON_SEC, dst, sz)) { in test_dump_sdp()
|
/optee_os-3.20.0/core/mm/ |
A D | mobj.c | 100 case CORE_MEM_NON_SEC: in mobj_phys_matches() 397 return attr == CORE_MEM_NSEC_SHM || attr == CORE_MEM_NON_SEC; in mobj_shm_matches()
|
A D | core_mmu.c | 1410 case CORE_MEM_NON_SEC: in core_pbuf_is()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc.c | 164 if (!core_pbuf_is(CORE_MEM_NON_SEC, pa, sz)) in map_buf() 738 if (!core_pbuf_is(CORE_MEM_NON_SEC, pbuf, len)) in handle_mem_share_tmem()
|
Completed in 16 milliseconds