Searched refs:FSR_EXT (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/osfmk/arm/ | ||
| H A D | proc_reg.h | 249 #define FSR_EXT 0x00001000 /* External (Implementation Defined Classification) */ macro |
| H A D | trap.c | 301 if ((regs->fsr) & FSR_EXT) { in sleh_abort() |