Home
last modified time | relevance | path

Searched refs:calling_convention (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/
H A Darm-smccc.h36 #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 Dteesmc_v2.h128 #define OPTEE_SMC_CALL_VAL_V2(type, calling_convention, owner, func_num) \ argument
129 ((type) | (calling_convention) | \
H A Dteesmc.h309 #define TEESMC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
310 ((type) | (calling_convention) | \
/OK3568_Linux_fs/kernel/include/linux/
H A Darm-smccc.h40 #define ARM_SMCCC_CALL_VAL(type, calling_convention, owner, func_num) \ argument
42 ((calling_convention) << ARM_SMCCC_CALL_CONV_SHIFT) | \