Home
last modified time | relevance | path

Searched refs:fastcall (Results 1 – 3 of 3) 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) | \
/trusty/kernel/lib/sm/
DREADME12 sm_register_entity - Register fastcall/stdcall handlers for an entity