Searched refs:calling_convention (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | arm-smccc.h | 36 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 38 ((calling_convention) << ARM_SMCCC_CALL_CONV_SHIFT) | \
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | teesmc_v2.h | 128 #define OPTEE_SMC_CALL_VAL_V2(type, calling_convention, owner, func_num) \ argument 129 ((type) | (calling_convention) | \
|
| H A D | teesmc.h | 309 #define TEESMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 310 ((type) | (calling_convention) | \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | arm-smccc.h | 40 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 42 ((calling_convention) << ARM_SMCCC_CALL_CONV_SHIFT) | \
|