Searched refs:TRAP_ENTRY (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ |
D | head_32.S | 88 t_bins: TRAP_ENTRY(0x2, bad_instruction) /* Illegal Instruction */ 89 t_pins: TRAP_ENTRY(0x3, priv_instruction) /* Privileged Instruction */ 90 t_fpd: TRAP_ENTRY(0x4, fpd_trap_handler) /* Floating Point Disabled */ 93 t_mna: TRAP_ENTRY(0x7, mna_handler) /* Memory Address Not Aligned */ 94 t_fpe: TRAP_ENTRY(0x8, fpe_trap_handler) /* Floating Point Exception */ 96 t_tio: TRAP_ENTRY(0xa, do_tag_overflow) /* Tagged Instruction Ovrflw */ 97 t_wpt: TRAP_ENTRY(0xb, do_watchpoint) /* Watchpoint Detected */ 117 t_nmi: TRAP_ENTRY(0x1f, linux_trap_ipi15_sun4m) 119 t_racc: TRAP_ENTRY(0x20, do_reg_access) /* General Register Access Error */ 122 t_cpdis:TRAP_ENTRY(0x24, do_cp_disabled) /* Co-Processor Disabled */ [all …]
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | head_32.h | 18 #define TRAP_ENTRY(type, label) \ macro
|