Lines Matching full:exception

216 #define SPR_SR_TEE         0x00000002  /* Tick timer Exception Enable */
217 #define SPR_SR_IEE 0x00000004 /* Interrupt Exception Enable */
227 #define SPR_SR_OVE 0x00001000 /* Overflow flag Exception */
228 #define SPR_SR_DSX 0x00002000 /* Delay Slot Exception */
229 #define SPR_SR_EPH 0x00004000 /* Exception Prefix High */
477 #define SPR_DSR_RSTE 0x00000001 /* Reset exception */
478 #define SPR_DSR_BUSEE 0x00000002 /* Bus error exception */
479 #define SPR_DSR_DPFE 0x00000004 /* Data Page Fault exception */
480 #define SPR_DSR_IPFE 0x00000008 /* Insn Page Fault exception */
481 #define SPR_DSR_TTE 0x00000010 /* Tick Timer exception */
482 #define SPR_DSR_AE 0x00000020 /* Alignment exception */
483 #define SPR_DSR_IIE 0x00000040 /* Illegal Instruction exception */
484 #define SPR_DSR_IE 0x00000080 /* Interrupt exception */
485 #define SPR_DSR_DME 0x00000100 /* DTLB miss exception */
486 #define SPR_DSR_IME 0x00000200 /* ITLB miss exception */
487 #define SPR_DSR_RE 0x00000400 /* Range exception */
488 #define SPR_DSR_SCE 0x00000800 /* System call exception */
489 #define SPR_DSR_FPE 0x00001000 /* Floating Point Exception */
490 #define SPR_DSR_TE 0x00002000 /* Trap exception */
496 #define SPR_DRR_RSTE 0x00000001 /* Reset exception */
497 #define SPR_DRR_BUSEE 0x00000002 /* Bus error exception */
498 #define SPR_DRR_DPFE 0x00000004 /* Data Page Fault exception */
499 #define SPR_DRR_IPFE 0x00000008 /* Insn Page Fault exception */
500 #define SPR_DRR_TTE 0x00000010 /* Tick Timer exception */
501 #define SPR_DRR_AE 0x00000020 /* Alignment exception */
502 #define SPR_DRR_IIE 0x00000040 /* Illegal Instruction exception */
503 #define SPR_DRR_IE 0x00000080 /* Interrupt exception */
504 #define SPR_DRR_DME 0x00000100 /* DTLB miss exception */
505 #define SPR_DRR_IME 0x00000200 /* ITLB miss exception */
506 #define SPR_DRR_RE 0x00000400 /* Range exception */
507 #define SPR_DRR_SCE 0x00000800 /* System call exception */
508 #define SPR_DRR_FPE 0x00001000 /* Floating Point Exception */
509 #define SPR_DRR_TE 0x00002000 /* Trap exception */
579 #define SPR_FPCSR_FPEE 0x00000001 /* Floating Point Exception Enable */