Home
last modified time | relevance | path

Searched refs:EXC_COMMON (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dexceptions-64s.S890 EXC_COMMON(hdecrementer_common, 0x980, hdec_interrupt)
906 EXC_COMMON(trap_0b_common, 0xb00, unknown_exception)
1072 EXC_COMMON(single_step_common, 0xd00, single_step_exception)
1093 EXC_COMMON(h_instr_storage_common, 0xe20, unknown_exception)
1099 EXC_COMMON(emulation_assist_common, 0xe40, emulation_assist_interrupt)
1270 EXC_COMMON(facility_unavailable_common, 0xf60, facility_unavailable_exception)
1276 EXC_COMMON(h_facility_unavailable_common, 0xf80, facility_unavailable_exception)
1295 EXC_COMMON(cbe_system_error_common, 0x1200, cbe_system_error_exception)
1305 EXC_COMMON(instruction_breakpoint_common, 0x1300, instruction_breakpoint_exception)
1401 EXC_COMMON(denorm_common, 0x1500, unknown_exception)
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dhead-64.h407 #define EXC_COMMON(name, realvec, hdlr) \ macro