Home
last modified time | relevance | path

Searched refs:TEE_GEN_CAP_REG_MEM (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtee.h49 #define TEE_GEN_CAP_REG_MEM (1 << 2)/* Supports registering shared memory */ macro
/openbmc/u-boot/include/
H A Dtee.h12 #define TEE_GEN_CAP_REG_MEM BIT(1) /* Supports registering shared memory */ macro
/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/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.c1193 v.gen_caps |= TEE_GEN_CAP_REG_MEM; in optee_get_version()