Searched refs:T_UNIMP_INSTR (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/ |
H A D | trap.h | 47 #define T_UNIMP_INSTR 0x02 macro
|
/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); 544 fpu_trap(rp, pfpsd->fp_trapaddr, T_UNIMP_INSTR, 0);
|
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kvm_isadep.c | 469 case T_UNIMP_INSTR: 503 (void) mdb_tgt_add_fault(t, T_UNIMP_INSTR, MDB_TGT_SPEC_INTERNAL,
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_trap.c | 106 case T_UNIMP_INSTR:
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_trap.c | 121 case T_UNIMP_INSTR:
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | trap.c | 173 (type == T_UNIMP_INSTR)); 890 case T_UNIMP_INSTR: /* priv illegal instruction fault */ 927 case T_UNIMP_INSTR + T_USER: /* illegal instruction fault */ 1354 * Note that the T_UNIMP_INSTR case does not call simulate_unimp(), 1540 case T_UNIMP_INSTR + T_USER: /* illegal instruction fault */
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 752 or %g0, T_UNIMP_INSTR, %g3 ;\ 1589 cmp %g3, T_UNIMP_INSTR
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 883 or %g0, T_UNIMP_INSTR, %g3 ;\ 1816 cmp %g3, T_UNIMP_INSTR
|
Completed in 97 milliseconds