Searched refs:calling_convention (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | arm-smccc.h | 35 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 37 ((calling_convention) << ARM_SMCCC_CALL_CONV_SHIFT) | \
|
/openbmc/linux/tools/include/linux/ |
H A D | arm-smccc.h | 39 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 41 ((calling_convention) << ARM_SMCCC_CALL_CONV_SHIFT) | \
|
/openbmc/linux/include/linux/ |
H A D | arm_ffa.h | 14 #define FFA_SMC(calling_convention, func_num) \ argument 15 ARM_SMCCC_CALL_VAL(ARM_SMCCC_FAST_CALL, (calling_convention), \
|
H A D | arm-smccc.h | 41 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument 43 ((calling_convention) << ARM_SMCCC_CALL_CONV_SHIFT) | \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 1923 +#define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ 1925 + ((calling_convention) << ARM_SMCCC_CALL_CONV_SHIFT) | \ 1973 +#define FFA_SMC(calling_convention, func_num) \ 1974 + ARM_SMCCC_CALL_VAL(ARM_SMCCC_FAST_CALL, (calling_convention), \
|