Searched refs:TEE_SHM_REGISTER (Results 1 – 2 of 2) sorted by relevance
32 #define TEE_SHM_REGISTER BIT(3) /* Memory registered in secure world */ macro352 return shm && (shm->flags & TEE_SHM_REGISTER); in tee_shm_is_registered()
42 } else if (shm->flags & TEE_SHM_REGISTER) { in tee_shm_release()94 if (shm->flags & TEE_SHM_REGISTER) in tee_shm_op_mmap()262 shm->flags = flags | TEE_SHM_REGISTER; in tee_shm_register()