Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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) | \
/rk3399_rockchip-uboot/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) | \