Searched refs:T_UNIMP_INSTR (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/sparc/v7/sys/ |
H A D | machtrap.h | 58 #define T_UNIMP_INSTR 0x02 macro
|
/illumos-gate/usr/src/uts/sparc/v9/sys/ |
H A D | machtrap.h | 54 #define T_UNIMP_INSTR 0x010 macro
|
/illumos-gate/usr/src/uts/sparc/v9/fpu/ |
H A D | fpu.c | 231 trap(rp, NULL, T_UNIMP_INSTR, 0); in fp_disabled() 544 fpu_trap(rp, pfpsd->fp_trapaddr, T_UNIMP_INSTR, 0); in fp_traps()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | trap.c | 169 (type == T_UNIMP_INSTR)); in trap() 883 case T_UNIMP_INSTR: /* priv illegal instruction fault */ in trap() 920 case T_UNIMP_INSTR + T_USER: /* illegal instruction fault */ in trap() 1530 case T_UNIMP_INSTR + T_USER: /* illegal instruction fault */ in fpu_trap()
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_trap.c | 106 case T_UNIMP_INSTR: in showregs()
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_trap.c | 121 case T_UNIMP_INSTR: in showregs()
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | trap_table.S | 738 or %g0, T_UNIMP_INSTR, %g3 ;\ 1568 cmp %g3, T_UNIMP_INSTR
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | trap_table.S | 870 or %g0, T_UNIMP_INSTR, %g3 ;\ 1796 cmp %g3, T_UNIMP_INSTR
|