Searched refs:START_EXCEPTION (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | head_booke.h | 289 START_EXCEPTION(GuestDoorbell); \ 302 #define START_EXCEPTION(label) \ macro 307 START_EXCEPTION(label); \ 313 START_EXCEPTION(label); \ 320 START_EXCEPTION(label); \ 359 START_EXCEPTION(DebugDebug); \ 412 START_EXCEPTION(DebugCrit); \ 465 START_EXCEPTION(DataStorage) \ 473 START_EXCEPTION(InstructionStorage) \ 482 START_EXCEPTION(Alignment) \ [all …]
|
| D | exceptions-64e.S | 505 START_EXCEPTION(label); \ 560 START_EXCEPTION(critical_input); 572 START_EXCEPTION(machine_check); 584 START_EXCEPTION(data_storage) 594 START_EXCEPTION(instruction_storage); 608 START_EXCEPTION(alignment); 617 START_EXCEPTION(program); 631 START_EXCEPTION(fp_unavailable); 648 START_EXCEPTION(altivec_unavailable); 670 START_EXCEPTION(altivec_assist); [all …]
|
| D | head_40x.S | 159 START_EXCEPTION(n, label); \ 182 START_EXCEPTION(0x0300, DataStorage) 313 START_EXCEPTION(0x0400, InstructionAccess) 323 START_EXCEPTION(0x0600, Alignment) 331 START_EXCEPTION(0x0700, ProgramCheck) 344 START_EXCEPTION(0x0C00, SystemCall) 370 START_EXCEPTION(0x1100, DTLBMiss) 470 START_EXCEPTION(0x1200, ITLBMiss) 572 START_EXCEPTION(0x1700, Trap_17) 600 START_EXCEPTION(0x2000, DebugTrap)
|
| D | head_32.h | 156 #define START_EXCEPTION(n, label) \ macro 162 #define START_EXCEPTION(n, label) \ 169 START_EXCEPTION(n, label) \
|
| D | head_44x.S | 283 START_EXCEPTION(SystemCall) 307 START_EXCEPTION(DataTLBError44x) 417 START_EXCEPTION(InstructionTLBError44x) 552 START_EXCEPTION(DataTLBError47x) 649 START_EXCEPTION(InstructionTLBError47x)
|
| D | head_fsl_booke.S | 372 START_EXCEPTION(DataStorage) 411 START_EXCEPTION(SystemCall) 434 START_EXCEPTION(DataTLBError) 535 START_EXCEPTION(InstructionTLBError) 628 START_EXCEPTION(SPEUnavailable)
|
| /Linux-v5.4/arch/powerpc/mm/nohash/ |
| D | tlb_low_64e.S | 94 START_EXCEPTION(data_tlb_miss_bolted) 241 START_EXCEPTION(instruction_tlb_miss_bolted) 272 START_EXCEPTION(instruction_tlb_miss_e6500) 284 START_EXCEPTION(data_tlb_miss_e6500) 539 START_EXCEPTION(data_tlb_miss) 608 START_EXCEPTION(instruction_tlb_miss) 962 START_EXCEPTION(data_tlb_miss_htw) 999 START_EXCEPTION(instruction_tlb_miss_htw)
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | exception-64e.h | 78 #define START_EXCEPTION(label) \ macro
|