Home
last modified time | relevance | path

Searched refs:smc64 (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/lib/smc/include/lib/smc/
Dsmc_test.h23 #define SMC_NR(entity, fn, fastcall, smc64) \ argument
24 (((((uint32_t)(fastcall)) & 0x1U) << 31U) | (((smc64)&0x1U) << 30U) | \
/trusty/user/base/interface/smc/include/interface/smc/
Dsmc_def.h24 #define SMC_NR(entity, fn, fastcall, smc64) \ argument
25 ((((fastcall)&0x1U) << 31) | (((smc64)&0x1U) << 30) | \