Home
last modified time | relevance | path

Searched refs:TEE_GEN_CAP_GP (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtee.h47 #define TEE_GEN_CAP_GP (1 << 0)/* GlobalPlatform compliant TEE */ macro
/openbmc/u-boot/test/dm/
H A Dtee.c49 return vers->gen_caps & TEE_GEN_CAP_GP; in match()
/openbmc/u-boot/include/
H A Dtee.h11 #define TEE_GEN_CAP_GP BIT(0) /* GlobalPlatform compliant TEE */ macro
/openbmc/linux/drivers/nvmem/
H A Dstm32-bsec-optee-ta.c64 (ver->gen_caps & TEE_GEN_CAP_GP)) in stm32_bsec_optee_ta_match()
/openbmc/u-boot/drivers/tee/
H A Dsandbox.c174 .gen_caps = TEE_GEN_CAP_GP | TEE_GEN_CAP_REG_MEM, in sandbox_tee_get_version()
/openbmc/linux/drivers/char/tpm/
H A Dtpm_ftpm_tee.c203 (ver->gen_caps & TEE_GEN_CAP_GP)) in ftpm_tee_match()
/openbmc/linux/drivers/tee/amdtee/
H A Dcore.c30 .gen_caps = TEE_GEN_CAP_GP, in amdtee_get_version()
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c134 .gen_caps = TEE_GEN_CAP_GP | TEE_GEN_CAP_REG_MEM, in optee_get_version()
/openbmc/linux/drivers/tee/optee/
H A Dffa_abi.c722 .gen_caps = TEE_GEN_CAP_GP | TEE_GEN_CAP_REG_MEM | in optee_ffa_get_version()
H A Dsmc_abi.c1188 .gen_caps = TEE_GEN_CAP_GP, in optee_get_version()