Searched refs:calling_convention (Results 1 – 2 of 2) sorted by relevance
34 #define OPTEE_ABI_CALL_VAL(type, calling_convention, owner, func_num) \ argument35 ((type) | (calling_convention) | \
36 #define OPTEE_SMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument37 ((type) | (calling_convention) | \