Home
last modified time | relevance | path

Searched refs:TEE_SHM_ALLOC (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c56 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()
/openbmc/u-boot/drivers/tee/optee/
H A Dsupplicant.c33 TEE_SHM_REGISTER | TEE_SHM_ALLOC, &shm); in cmd_shm_alloc()
H A Dcore.c147 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()
/openbmc/u-boot/include/
H A Dtee.h16 #define TEE_SHM_ALLOC BIT(2) /* The memory is malloced() and must */ macro