Searched refs:START_EXCEPTION (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/arch/powerpc/kernel/ |
D | head_booke.h | 282 START_EXCEPTION(GuestDoorbell); \ 295 #define START_EXCEPTION(label) \ 300 START_EXCEPTION(label); \ 307 START_EXCEPTION(label); \ 316 START_EXCEPTION(label); \ 342 START_EXCEPTION(DebugDebug); \ 400 START_EXCEPTION(DebugCrit); \ 457 START_EXCEPTION(DataStorage) \ 477 START_EXCEPTION(InstructionStorage) \ 487 START_EXCEPTION(Alignment) \ [all …]
|
D | exceptions-64e.S | 457 START_EXCEPTION(label); \ 505 START_EXCEPTION(critical_input); 516 START_EXCEPTION(machine_check); 527 START_EXCEPTION(data_storage) 540 START_EXCEPTION(instruction_storage); 557 START_EXCEPTION(alignment); 570 START_EXCEPTION(program); 583 START_EXCEPTION(fp_unavailable); 598 START_EXCEPTION(altivec_unavailable); 618 START_EXCEPTION(altivec_assist); [all …]
|
D | head_8xx.S | 116 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck) 126 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment) 134 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck) 145 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall) 154 START_EXCEPTION(INTERRUPT_SOFT_EMU_8xx, SoftEmu) 182 START_EXCEPTION(INTERRUPT_INST_TLB_MISS_8xx, InstructionTLBMiss) 227 START_EXCEPTION(INTERRUPT_DATA_TLB_MISS_8xx, DataStoreTLBMiss) 283 START_EXCEPTION(INTERRUPT_INST_TLB_ERROR_8xx, InstructionTLBError) 301 START_EXCEPTION(INTERRUPT_DATA_TLB_ERROR_8xx, DataTLBError) 332 START_EXCEPTION(INTERRUPT_DATA_BREAKPOINT_8xx, DataBreakpoint) [all …]
|
D | head_32.h | 172 #define START_EXCEPTION(n, label) \ macro 179 #define START_EXCEPTION(n, label) \ 187 START_EXCEPTION(n, label) \
|
D | head_book3s_32.S | 257 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck) 278 START_EXCEPTION(INTERRUPT_DATA_STORAGE, DataAccess) 312 START_EXCEPTION(INTERRUPT_INST_STORAGE, InstructionAccess) 344 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment) 352 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck) 360 START_EXCEPTION(0x800, FPUnavailable) 387 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall) 401 START_EXCEPTION(INTERRUPT_PERFMON, PerformanceMonitorTrap) 404 START_EXCEPTION(INTERRUPT_ALTIVEC_UNAVAIL, AltiVecUnavailableTrap)
|
D | head_85xx.S | 367 START_EXCEPTION(DataStorage) 403 START_EXCEPTION(SystemCall) 424 START_EXCEPTION(DataTLBError) 516 START_EXCEPTION(InstructionTLBError) 616 START_EXCEPTION(SPEUnavailable) 630 START_EXCEPTION(SPEFloatingPointData) 638 START_EXCEPTION(SPEFloatingPointRound)
|
D | head_44x.S | 281 START_EXCEPTION(SystemCall) 304 START_EXCEPTION(DataTLBError44x) 418 START_EXCEPTION(InstructionTLBError44x) 558 START_EXCEPTION(DataTLBError47x) 659 START_EXCEPTION(InstructionTLBError47x)
|
/linux-6.12.1/arch/powerpc/mm/nohash/ |
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)
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | exception-64e.h | 71 #define START_EXCEPTION(label) \ macro
|