Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c82 if (flags & TEE_SHM_REGISTER) { in __tee_shm_add()
104 f |= TEE_SHM_SEC_REGISTER | TEE_SHM_REGISTER | TEE_SHM_ALLOC; in tee_shm_alloc()
114 f |= TEE_SHM_SEC_REGISTER | TEE_SHM_REGISTER; in tee_shm_register()
127 if (shm->flags & TEE_SHM_REGISTER) 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.c255 param->a1, TEE_SHM_ALLOC | TEE_SHM_REGISTER, in handle_rpc()
/openbmc/u-boot/include/
H A Dtee.h14 #define TEE_SHM_REGISTER BIT(0) /* In list of shared memory */ macro