Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/
Dtee_shm.c33 if (shm->flags & TEE_SHM_POOL) { in tee_shm_release()
149 shm->flags = flags | TEE_SHM_POOL; in __tee_shm_alloc()
/Linux-v4.19/include/linux/
Dtee_drv.h34 #define TEE_SHM_POOL BIT(5) /* Memory allocated from pool */ macro