Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tee/optee/
H A Doptee_smc.h215 #define OPTEE_SMC_SEC_CAP_HAVE_RESERVED_SHM BIT(0) macro
/openbmc/linux/drivers/tee/optee/
H A Doptee_smc.h264 #define OPTEE_SMC_SEC_CAP_HAVE_RESERVED_SHM BIT(0) macro
H A Dsmc_abi.c1674 if (IS_ERR(pool) && (sec_caps & OPTEE_SMC_SEC_CAP_HAVE_RESERVED_SHM)) { in optee_probe()