Searched refs:START_EXCEPTION (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/arch/powerpc/kernel/ |
D | head_booke.h | 283 START_EXCEPTION(GuestDoorbell); \ 296 #define START_EXCEPTION(label) \ macro 301 START_EXCEPTION(label); \ 308 START_EXCEPTION(label); \ 317 START_EXCEPTION(label); \ 343 START_EXCEPTION(DebugDebug); \ 401 START_EXCEPTION(DebugCrit); \ 458 START_EXCEPTION(DataStorage) \ 478 START_EXCEPTION(InstructionStorage) \ 488 START_EXCEPTION(Alignment) \ [all …]
|
D | head_40x.S | 183 START_EXCEPTION(n, label); \ 206 START_EXCEPTION(0x0300, DataStorage) 216 START_EXCEPTION(0x0400, InstructionAccess) 229 START_EXCEPTION(0x0600, Alignment) 237 START_EXCEPTION(0x0700, ProgramCheck) 250 START_EXCEPTION(0x0C00, SystemCall) 259 START_EXCEPTION(0x1000, DecrementerTrap) 263 START_EXCEPTION(0x1010, FITExceptionTrap) 267 START_EXCEPTION(0x1020, WDTExceptionTrap) 275 START_EXCEPTION(0x1100, DTLBMiss) [all …]
|
D | exceptions-64e.S | 458 START_EXCEPTION(label); \ 506 START_EXCEPTION(critical_input); 517 START_EXCEPTION(machine_check); 528 START_EXCEPTION(data_storage) 541 START_EXCEPTION(instruction_storage); 558 START_EXCEPTION(alignment); 571 START_EXCEPTION(program); 584 START_EXCEPTION(fp_unavailable); 599 START_EXCEPTION(altivec_unavailable); 619 START_EXCEPTION(altivec_assist); [all …]
|
D | head_8xx.S | 126 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck) 136 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment) 144 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck) 155 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall) 164 START_EXCEPTION(INTERRUPT_SOFT_EMU_8xx, SoftEmu) 192 START_EXCEPTION(INTERRUPT_INST_TLB_MISS_8xx, InstructionTLBMiss) 248 START_EXCEPTION(INTERRUPT_DATA_TLB_MISS_8xx, DataStoreTLBMiss) 311 START_EXCEPTION(INTERRUPT_INST_TLB_ERROR_8xx, InstructionTLBError) 329 START_EXCEPTION(INTERRUPT_DATA_TLB_ERROR_8xx, DataTLBError) 356 START_EXCEPTION(INTERRUPT_DATA_BREAKPOINT_8xx, DataBreakpoint) [all …]
|
D | head_32.h | 182 #define START_EXCEPTION(n, label) \ macro 189 #define START_EXCEPTION(n, label) \ 197 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 | 366 START_EXCEPTION(DataStorage) 402 START_EXCEPTION(SystemCall) 423 START_EXCEPTION(DataTLBError) 530 START_EXCEPTION(InstructionTLBError) 629 START_EXCEPTION(SPEUnavailable) 643 START_EXCEPTION(SPEFloatingPointData) 651 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-v6.6/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) 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-v6.6/arch/powerpc/include/asm/ |
D | exception-64e.h | 71 #define START_EXCEPTION(label) \ macro
|