Searched refs:TEE_SHM_ALLOC (Results 1 – 4 of 4) sorted by relevance
56 if (flags & TEE_SHM_ALLOC) { in __tee_shm_add()93 if (flags & TEE_SHM_ALLOC) in __tee_shm_add()104 f |= TEE_SHM_SEC_REGISTER | TEE_SHM_REGISTER | TEE_SHM_ALLOC; in tee_shm_alloc()112 u32 f = flags & ~TEE_SHM_ALLOC; in tee_shm_register()130 if (shm->flags & TEE_SHM_ALLOC) in tee_shm_free()
33 TEE_SHM_REGISTER | TEE_SHM_ALLOC, &shm); in cmd_shm_alloc()
147 OPTEE_MSG_GET_ARG_SIZE(num_params), TEE_SHM_ALLOC, in get_msg_arg()255 param->a1, TEE_SHM_ALLOC | TEE_SHM_REGISTER, in handle_rpc()
16 #define TEE_SHM_ALLOC BIT(2) /* The memory is malloced() and must */ macro