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 */ macro362 return shm && (shm->flags & TEE_SHM_REGISTER); in tee_shm_is_registered()
42 } else if (shm->flags & TEE_SHM_REGISTER) { in tee_shm_release()181 shm->flags = flags | TEE_SHM_REGISTER; in tee_shm_register()
54 shm->flags |= TEE_SHM_REGISTER; in optee_pool_op_alloc_helper()
Completed in 5 milliseconds