Home
last modified time | relevance | path

Searched refs:gen_caps (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtee.h78 __u32 gen_caps; member
/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.h167 u32 gen_caps; member
/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/security/keys/trusted-keys/
H A Dtrusted_tee.c199 ver->gen_caps & TEE_GEN_CAP_REG_MEM) in optee_ctx_match()
/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/optee/
H A Dsmc_abi.c1188 .gen_caps = TEE_GEN_CAP_GP, in optee_get_version()
1193 v.gen_caps |= TEE_GEN_CAP_REG_MEM; in optee_get_version()
1195 v.gen_caps |= TEE_GEN_CAP_MEMREF_NULL; in optee_get_version()
H A Dffa_abi.c722 .gen_caps = TEE_GEN_CAP_GP | TEE_GEN_CAP_REG_MEM | in optee_ffa_get_version()
/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/
H A Dtee_core.c278 vers.gen_caps |= TEE_GEN_CAP_PRIVILEGED; in tee_ioctl_version()