Searched refs:START_EXCEPTION (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | head_booke.h | 282 START_EXCEPTION(GuestDoorbell); \ 295 #define START_EXCEPTION(label) \ macro 300 START_EXCEPTION(label); \ 307 START_EXCEPTION(label); \ 316 START_EXCEPTION(label); \ 342 START_EXCEPTION(DebugDebug); \ 400 START_EXCEPTION(DebugCrit); \ 457 START_EXCEPTION(DataStorage) \ 487 START_EXCEPTION(Alignment) \ 497 START_EXCEPTION(Program) \ [all …]
|
A D | head_40x.S | 184 START_EXCEPTION(n, label); \ 207 START_EXCEPTION(0x0300, DataStorage) 230 START_EXCEPTION(0x0600, Alignment) 238 START_EXCEPTION(0x0700, ProgramCheck) 251 START_EXCEPTION(0x0C00, SystemCall) 260 START_EXCEPTION(0x1000, DecrementerTrap) 264 START_EXCEPTION(0x1010, FITExceptionTrap) 268 START_EXCEPTION(0x1020, WDTExceptionTrap) 276 START_EXCEPTION(0x1100, DTLBMiss) 360 START_EXCEPTION(0x1200, ITLBMiss) [all …]
|
A D | exceptions-64e.S | 523 START_EXCEPTION(data_storage) 553 START_EXCEPTION(alignment); 566 START_EXCEPTION(program); 640 START_EXCEPTION(watchdog); 655 START_EXCEPTION(system_call) 672 START_EXCEPTION(debug_crit); 743 START_EXCEPTION(debug_debug); 810 START_EXCEPTION(perfmon); 865 START_EXCEPTION(hypercall); 874 START_EXCEPTION(ehpriv); [all …]
|
A D | head_8xx.S | 127 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck) 137 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment) 145 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck) 156 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall) 165 START_EXCEPTION(INTERRUPT_SOFT_EMU_8xx, SoftEmu) 193 START_EXCEPTION(INTERRUPT_INST_TLB_MISS_8xx, InstructionTLBMiss) 249 START_EXCEPTION(INTERRUPT_DATA_TLB_MISS_8xx, DataStoreTLBMiss) 312 START_EXCEPTION(INTERRUPT_INST_TLB_ERROR_8xx, InstructionTLBError) 330 START_EXCEPTION(INTERRUPT_DATA_TLB_ERROR_8xx, DataTLBError) 357 START_EXCEPTION(INTERRUPT_DATA_BREAKPOINT_8xx, DataBreakpoint) [all …]
|
A D | head_32.h | 182 #define START_EXCEPTION(n, label) \ macro 189 #define START_EXCEPTION(n, label) \ 197 START_EXCEPTION(n, label) \
|
A D | head_book3s_32.S | 258 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck) 279 START_EXCEPTION(INTERRUPT_DATA_STORAGE, DataAccess) 313 START_EXCEPTION(INTERRUPT_INST_STORAGE, InstructionAccess) 345 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment) 353 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck) 361 START_EXCEPTION(0x800, FPUnavailable) 388 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall) 402 START_EXCEPTION(INTERRUPT_PERFMON, PerformanceMonitorTrap) 405 START_EXCEPTION(INTERRUPT_ALTIVEC_UNAVAIL, AltiVecUnavailableTrap)
|
A D | head_85xx.S | 367 START_EXCEPTION(DataStorage) 403 START_EXCEPTION(SystemCall) 424 START_EXCEPTION(DataTLBError) 531 START_EXCEPTION(InstructionTLBError) 630 START_EXCEPTION(SPEUnavailable) 644 START_EXCEPTION(SPEFloatingPointData) 652 START_EXCEPTION(SPEFloatingPointRound)
|
A D | head_44x.S | 282 START_EXCEPTION(SystemCall) 305 START_EXCEPTION(DataTLBError44x) 419 START_EXCEPTION(InstructionTLBError44x) 559 START_EXCEPTION(DataTLBError47x) 660 START_EXCEPTION(InstructionTLBError47x)
|
/linux-6.3-rc2/arch/powerpc/mm/nohash/ |
A D | tlb_low_64e.S | 88 START_EXCEPTION(data_tlb_miss_bolted) 230 START_EXCEPTION(instruction_tlb_miss_bolted) 259 START_EXCEPTION(instruction_tlb_miss_e6500) 270 START_EXCEPTION(data_tlb_miss_e6500) 522 START_EXCEPTION(data_tlb_miss) 590 START_EXCEPTION(instruction_tlb_miss) 905 START_EXCEPTION(data_tlb_miss_htw) 941 START_EXCEPTION(instruction_tlb_miss_htw)
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | exception-64e.h | 71 #define START_EXCEPTION(label) \ macro
|
Completed in 14 milliseconds