Searched refs:func_num (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/optee_include/ |
| H A D | teesmc_v2.h | 124 #define OPTEE_SMC_FAST_CALL_VAL_V2(func_num) \ argument 126 OPTEE_SMC_OWNER_TRUSTED_OS_V2, (func_num)) 128 #define OPTEE_SMC_CALL_VAL_V2(type, calling_convention, owner, func_num) \ argument 132 ((func_num) & OPTEE_SMC_FUNC_MASK_V2))
|
| H A D | teesmc.h | 309 #define TEESMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 312 ((func_num) & TEESMC_FUNC_MASK))
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | arm-smccc.h | 36 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 40 ((func_num) & ARM_SMCCC_FUNC_MASK))
|