Searched refs:MAKE_SMCCC_VERSION (Results 1 – 3 of 3) sorted by relevance
19 return MAKE_SMCCC_VERSION(SMCCC_MAJOR_VERSION, SMCCC_MINOR_VERSION); in smccc_version()
119 SMC_RET1(handle, MAKE_SMCCC_VERSION( in trng_smc_handler()
16 #define MAKE_SMCCC_VERSION(_major, _minor) \ macro