Searched refs:smc64 (Results 1 – 2 of 2) sorted by relevance
23 #define SMC_NR(entity, fn, fastcall, smc64) \ argument24 (((((uint32_t)(fastcall)) & 0x1U) << 31U) | (((smc64)&0x1U) << 30U) | \
24 #define SMC_NR(entity, fn, fastcall, smc64) \ argument25 ((((fastcall)&0x1U) << 31) | (((smc64)&0x1U) << 30) | \