Searched refs:TRAP_ENTRY (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | ttable_32.S | 20 t_bins: TRAP_ENTRY(0x2, bad_instruction) /* Illegal Instruction */ 21 t_pins: TRAP_ENTRY(0x3, priv_instruction) /* Privileged Instruction */ 22 t_fpd: TRAP_ENTRY(0x4, fpd_trap_handler) /* Floating Point Disabled */ 25 t_mna: TRAP_ENTRY(0x7, mna_handler) /* Memory Address Not Aligned */ 26 t_fpe: TRAP_ENTRY(0x8, fpe_trap_handler) /* Floating Point Exception */ 28 t_tio: TRAP_ENTRY(0xa, do_tag_overflow) /* Tagged Instruction Ovrflw */ 29 t_wpt: TRAP_ENTRY(0xb, do_watchpoint) /* Watchpoint Detected */ 47 t_nmi: TRAP_ENTRY(0x1f, linux_trap_ipi15_sun4m) 49 t_racc: TRAP_ENTRY(0x20, do_reg_access) /* General Register Access Error */ 53 t_cpdis:TRAP_ENTRY(0x24, do_cp_disabled) /* Co-Processor Disabled */ [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | enlighten_pv.c | 601 #define TRAP_ENTRY(func, ist_ok) { \ macro 613 TRAP_ENTRY(exc_double_fault, true ), 615 TRAP_ENTRY(exc_machine_check, true ), 618 TRAP_ENTRY(exc_int3, false ), 619 TRAP_ENTRY(exc_overflow, false ), 623 TRAP_ENTRY(exc_page_fault, false ), 624 TRAP_ENTRY(exc_divide_error, false ), 625 TRAP_ENTRY(exc_bounds, false ), 626 TRAP_ENTRY(exc_invalid_op, false ), 627 TRAP_ENTRY(exc_device_not_available, false ), [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | head_32.h | 12 #define TRAP_ENTRY(type, label) \ macro
|