Home
last modified time | relevance | path

Searched refs:TEE_SHM_POOL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tee/
H A Dtee_shm.c58 if (shm->flags & TEE_SHM_POOL) { in tee_shm_release()
141 u32 flags = TEE_SHM_DYNAMIC | TEE_SHM_POOL; in tee_shm_alloc_user_buf()
186 u32 flags = TEE_SHM_DYNAMIC | TEE_SHM_POOL; in tee_shm_alloc_kernel_buf()
210 u32 flags = TEE_SHM_PRIV | TEE_SHM_POOL; in tee_shm_alloc_priv_buf()
/openbmc/linux/include/linux/
H A Dtee_drv.h26 #define TEE_SHM_POOL BIT(2) /* Memory allocated from pool */ macro