Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dhead_8xx.S179 #define STD_EXCEPTION(n, label, hdlr) \ macro
188 STD_EXCEPTION(0x100, Reset, UnknownException)
191 STD_EXCEPTION(0x200, MachineCheck, MachineCheckException)
261 STD_EXCEPTION(0x800, FPUnavailable, UnknownException)
274 STD_EXCEPTION(0xa00, Trap_0a, UnknownException)
275 STD_EXCEPTION(0xb00, Trap_0b, UnknownException)
287 STD_EXCEPTION(0xd00, SingleStep, SingleStepException)
289 STD_EXCEPTION(0xe00, Trap_0e, UnknownException)
290 STD_EXCEPTION(0xf00, Trap_0f, UnknownException)
295 STD_EXCEPTION(0x1000, SoftEmu, SoftwareEmulation)
[all …]
Dhead.S317 #define STD_EXCEPTION(n, label, hdlr) \ macro
334 STD_EXCEPTION(0x100, Reset, __secondary_start_psurge)
337 STD_EXCEPTION(0x100, Reset, UnknownException)
345 STD_EXCEPTION(0x200, MachineCheck, MachineCheckException)
493 STD_EXCEPTION(0xa00, Trap_0a, UnknownException)
494 STD_EXCEPTION(0xb00, Trap_0b, UnknownException)
508 STD_EXCEPTION(0xd00, SingleStep, SingleStepException)
509 STD_EXCEPTION(0xe00, Trap_0e, UnknownException)
736 STD_EXCEPTION(0x1300, Trap_13, InstructionBreakpoint)
737 STD_EXCEPTION(0x1400, SMI, SMIException)
[all …]