Searched refs:TEE_SHM_REGISTER (Results 1 – 3 of 3) sorted by relevance
26 #define TEE_SHM_REGISTER BIT(3) /* Memory registered in secure world */ macro357 return shm && (shm->flags & TEE_SHM_REGISTER); in tee_shm_is_registered()
49 shm->flags |= TEE_SHM_REGISTER; in pool_op_alloc()
50 } else if (shm->flags & TEE_SHM_REGISTER) { in tee_shm_release()246 shm->flags = flags | TEE_SHM_REGISTER; in tee_shm_register()