Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dtrap.c332 if (status == FSR_DEBUG) { in sleh_abort()
394 if ((status == FSR_DEBUG) in sleh_abort()
404 if ((type == T_PREFETCH_ABT) || (status == FSR_DEBUG)) { in sleh_abort()
406 if (status == FSR_DEBUG) { in sleh_abort()
557 } else if (status == FSR_DEBUG) { in sleh_abort()
H A Dproc_reg.h239 #define FSR_DEBUG 0x00000002 /* Debug (watch/break) */ macro