Searched refs:calling_convention (Results 1 – 3 of 3) sorted by relevance
36 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument38 ((calling_convention) << ARM_SMCCC_CALL_CONV_SHIFT) | \
128 #define OPTEE_SMC_CALL_VAL_V2(type, calling_convention, owner, func_num) \ argument129 ((type) | (calling_convention) | \
309 #define TEESMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument310 ((type) | (calling_convention) | \