Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/kernel/lib/sm/
H A Dsmcall.c85 static smc32_handler_t sm_stdcall_function_table[] = { variable
101 if (function < countof(sm_stdcall_function_table)) in smc_stdcall_secure_monitor()
102 handler_fn = sm_stdcall_function_table[function]; in smc_stdcall_secure_monitor()