OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
336
if (__SHIFTOUT(esr,
ESR_EC
) == ESR_EC_DATA_ABT_EL1 ||
337
__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
663
#define
ESR_EC
__BITS(31,26) // Exception Cause
Completed in 76 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026