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()
47 shm->flags |= TEE_SHM_REGISTER; in pool_op_alloc()
43 } else if (shm->flags & TEE_SHM_REGISTER) { in tee_shm_release()182 shm->flags = flags | TEE_SHM_REGISTER; in tee_shm_register()