Home
last modified time | relevance | path

Searched refs:UnknownException (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dstart.S176 STD_EXCEPTION(0x300, DataStorage, UnknownException)
179 STD_EXCEPTION(0x400, InstStorage, UnknownException)
205 STD_EXCEPTION(0x800, FPUnavailable, UnknownException)
211 STD_EXCEPTION(0xa00, Trap_0a, UnknownException)
212 STD_EXCEPTION(0xb00, Trap_0b, UnknownException)
213 STD_EXCEPTION(0xc00, SystemCall, UnknownException)
214 STD_EXCEPTION(0xd00, SingleStep, UnknownException)
216 STD_EXCEPTION(0xe00, Trap_0e, UnknownException)
217 STD_EXCEPTION(0xf00, Trap_0f, UnknownException)
224 STD_EXCEPTION(0x1100, InstructionTLBMiss, UnknownException)
[all …]
H A Dtraps.c146 void UnknownException(struct pt_regs *regs) in UnknownException() function
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S316 STD_EXCEPTION(0x300, DataStorage, UnknownException)
319 STD_EXCEPTION(0x400, InstStorage, UnknownException)
345 STD_EXCEPTION(0x800, FPUnavailable, UnknownException)
352 STD_EXCEPTION(0xa00, Trap_0a, UnknownException)
353 STD_EXCEPTION(0xb00, Trap_0b, UnknownException)
354 STD_EXCEPTION(0xc00, SystemCall, UnknownException)
355 STD_EXCEPTION(0xd00, SingleStep, UnknownException)
357 STD_EXCEPTION(0xe00, Trap_0e, UnknownException)
358 STD_EXCEPTION(0xf00, Trap_0f, UnknownException)
360 STD_EXCEPTION(0x1000, InstructionTLBMiss, UnknownException)
[all …]
H A Dtraps.c195 void UnknownException(struct pt_regs *regs) in UnknownException() function
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S76 STD_EXCEPTION(0x300, DataStorage, UnknownException)
79 STD_EXCEPTION(0x400, InstStorage, UnknownException)
103 STD_EXCEPTION(0x800, FPUnavailable, UnknownException)
109 STD_EXCEPTION(0xa00, Trap_0a, UnknownException)
110 STD_EXCEPTION(0xb00, Trap_0b, UnknownException)
111 STD_EXCEPTION(0xc00, SystemCall, UnknownException)
112 STD_EXCEPTION(0xd00, SingleStep, UnknownException)
113 STD_EXCEPTION(0xe00, Trap_0e, UnknownException)
114 STD_EXCEPTION(0xf00, Trap_0f, UnknownException)
116 STD_EXCEPTION(0x1100, InstructionTLBMiss, UnknownException)
[all …]
H A Dtraps.c187 void UnknownException(struct pt_regs *regs) in UnknownException() function
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1249 STD_EXCEPTION(0x0300, DataStorage, UnknownException)
1252 STD_EXCEPTION(0x0400, InstStorage, UnknownException)
1277 STD_EXCEPTION(0x0800, FPUnavailable, UnknownException)
1278 STD_EXCEPTION(0x0900, SystemCall, UnknownException)
1280 STD_EXCEPTION(0x0b00, IntervalTimer, UnknownException)
1281 STD_EXCEPTION(0x0c00, WatchdogTimer, UnknownException)
1283 STD_EXCEPTION(0x0d00, DataTLBError, UnknownException)
1284 STD_EXCEPTION(0x0e00, InstructionTLBError, UnknownException)
H A Dtraps.c250 void UnknownException(struct pt_regs *regs) in UnknownException() function