Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/include/tee/
H A Doptee_abi.h34 #define OPTEE_ABI_CALL_VAL(type, calling_convention, owner, func_num) \ argument
38 ((func_num) & OPTEE_ABI_FUNC_MASK))
40 #define OPTEE_ABI_STD_CALL_VAL(func_num) \ argument
42 OPTEE_ABI_OWNER_TRUSTED_OS, (func_num))
43 #define OPTEE_ABI_FAST_CALL_VAL(func_num) \ argument
45 OPTEE_ABI_OWNER_TRUSTED_OS, (func_num))
H A Dteeabi_opteed_macros.h10 #define TEEABI_OPTEED_RV(func_num) \ argument
12 OPTEE_ABI_OWNER_TRUSTED_OS_OPTEED, (func_num))
/optee_os/core/arch/arm/include/sm/
H A Doptee_smc.h36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
40 ((func_num) & OPTEE_SMC_FUNC_MASK))
42 #define OPTEE_SMC_STD_CALL_VAL(func_num) \ argument
44 OPTEE_SMC_OWNER_TRUSTED_OS, (func_num))
45 #define OPTEE_SMC_FAST_CALL_VAL(func_num) \ argument
47 OPTEE_SMC_OWNER_TRUSTED_OS, (func_num))
H A Dteesmc_opteed_macros.h9 #define TEESMC_OPTEED_RV(func_num) \ argument
11 OPTEE_SMC_OWNER_TRUSTED_OS_OPTEED, (func_num))