Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_shm.c34 if (shm->flags & TEE_SHM_POOL) { in tee_shm_release()
95 shm->flags = flags | TEE_SHM_POOL; in tee_shm_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtee_drv.h28 #define TEE_SHM_POOL BIT(5) /* Memory allocated from pool */ macro