Home
last modified time | relevance | path

Searched refs:TEE_SHM_PRIV (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dtee_drv.h27 #define TEE_SHM_PRIV BIT(3) /* Memory private to TEE driver */ macro
/linux-6.1.9/drivers/tee/
Dtee_shm.c227 u32 flags = TEE_SHM_PRIV | TEE_SHM_POOL; in tee_shm_alloc_priv_buf()
/linux-6.1.9/drivers/tee/optee/
Dsmc_abi.c574 if (shm->flags & TEE_SHM_PRIV) in pool_op_alloc()
584 if (!(shm->flags & TEE_SHM_PRIV)) in pool_op_free()