Home
last modified time | relevance | path

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

/rk3399_ARM-atf/common/
H A Druntime_svc.c238 u_register_t exc_class = EXTRACT(ESR_EC, esr_el3); in handler_sync_exception() local
241 if (exc_class == EC_AARCH32_SMC || exc_class == EC_AARCH64_SMC) { in handler_sync_exception()
242 if (exc_class == EC_AARCH32_SMC && EXTRACT(FUNCID_CC, smc_fid) != 0) { in handler_sync_exception()
246 } else if (exc_class == EC_AARCH64_SYS) { in handler_sync_exception()
265 } else if ((exc_class == EC_IABORT_LOWER_EL || exc_class == EC_DABORT_LOWER_EL) in handler_sync_exception()