OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESR_EC
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/aarch64/aarch64/
fault.c
333
if ((__SHIFTOUT(esr,
ESR_EC
) == ESR_EC_DATA_ABT_EL1) ||
334
(__SHIFTOUT(esr,
ESR_EC
) == ESR_EC_DATA_ABT_EL0))
trap.c
201
const uint32_t eclass = __SHIFTOUT(esr,
ESR_EC
); /* exception class */
414
const uint32_t eclass = __SHIFTOUT(esr,
ESR_EC
); /* exception class */
826
const uint32_t eclass = __SHIFTOUT(esr,
ESR_EC
); /* exception class */
1001
const uint32_t eclass = __SHIFTOUT(ksi->ksi_trap,
ESR_EC
);
db_trace.c
89
eclass_trapname(__SHIFTOUT(tf_buf.tf_esr,
ESR_EC
)),
/src/sys/arch/aarch64/include/
armreg.h
662
#define
ESR_EC
__BITS(31,26) // Exception Cause
Completed in 52 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025