Searched refs:TEE_SHM_SEC_REGISTER (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/tee/
H A Dtee-uclass.c81 if (flags & TEE_SHM_SEC_REGISTER) {
109 f |= TEE_SHM_SEC_REGISTER | TEE_SHM_REGISTER | TEE_SHM_ALLOC;
119 f |= TEE_SHM_SEC_REGISTER | TEE_SHM_REGISTER;
129 if (shm->flags & TEE_SHM_SEC_REGISTER)
/u-boot/include/
H A Dtee.h18 #define TEE_SHM_SEC_REGISTER BIT(1) /* TEE notified of this memory */ macro

Completed in 91 milliseconds