Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/tee/optee/
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))