Searched refs:TRAP_ENTRY (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dhead.S101 t_bins: TRAP_ENTRY(0x2, bad_instruction) /* Illegal Instruction */
102 t_pins: TRAP_ENTRY(0x3, priv_instruction) /* Privileged Instruction */
103 t_fpd: TRAP_ENTRY(0x4, fpd_trap_handler) /* Floating Point Disabled */
106 t_mna: TRAP_ENTRY(0x7, mna_handler) /* Memory Address Not Aligned */
107 t_fpe: TRAP_ENTRY(0x8, fpe_trap_handler) /* Floating Point Exception */
109 t_tio: TRAP_ENTRY(0xa, do_tag_overflow) /* Tagged Instruction Ovrflw */
110 t_wpt: TRAP_ENTRY(0xb, do_watchpoint) /* Watchpoint Detected */
130 t_nmi: TRAP_ENTRY(0x1f, linux_trap_ipi15_sun4m)
132 t_racc: TRAP_ENTRY(0x20, do_reg_access) /* General Register Access Error */
135 t_cpdis:TRAP_ENTRY(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dhead.h19 #define TRAP_ENTRY(type, label) \ macro

Completed in 96 milliseconds