Searched refs:EXC_COMMON (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | exceptions-64s.S | 673 #define EXC_COMMON(name, realvec, hdlr) \ macro 1379 EXC_COMMON(hdecrementer_common, 0x980, hdec_interrupt) 1537 EXC_COMMON(single_step_common, 0xd00, single_step_exception) 1568 EXC_COMMON(h_instr_storage_common, 0xe20, unknown_exception) 1578 EXC_COMMON(emulation_assist_common, 0xe40, emulation_assist_interrupt) 1756 EXC_COMMON(facility_unavailable_common, 0xf60, facility_unavailable_exception) 1766 EXC_COMMON(h_facility_unavailable_common, 0xf80, facility_unavailable_exception) 1787 EXC_COMMON(cbe_system_error_common, 0x1200, cbe_system_error_exception) 1801 EXC_COMMON(instruction_breakpoint_common, 0x1300, instruction_breakpoint_exception) 1901 EXC_COMMON(denorm_common, 0x1500, unknown_exception) [all …]
|