Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtee.h49 #define TEE_GEN_CAP_REG_MEM (1 << 2)/* Supports registering shared memory */ macro
/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c199 ver->gen_caps & TEE_GEN_CAP_REG_MEM) in optee_ctx_match()
/linux/drivers/tee/optee/
H A Dffa_abi.c762 .gen_caps = TEE_GEN_CAP_GP | TEE_GEN_CAP_REG_MEM | in optee_ffa_get_version()
H A Dsmc_abi.c1165 v.gen_caps |= TEE_GEN_CAP_REG_MEM; in optee_get_version()