Home
last modified time | relevance | path

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

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