Searched refs:START_EXCEPTION (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ |
D | head_booke.h | 291 START_EXCEPTION(GuestDoorbell); \ 304 #define START_EXCEPTION(label) \ macro 309 START_EXCEPTION(label); \ 315 START_EXCEPTION(label); \ 322 START_EXCEPTION(label); \ 361 START_EXCEPTION(DebugDebug); \ 414 START_EXCEPTION(DebugCrit); \ 467 START_EXCEPTION(DataStorage) \ 476 START_EXCEPTION(InstructionStorage) \ 486 START_EXCEPTION(Alignment) \ [all …]
|
D | head_40x.S | 157 START_EXCEPTION(n, label); \ 180 START_EXCEPTION(0x0300, DataStorage) 192 START_EXCEPTION(0x0400, InstructionAccess) 203 START_EXCEPTION(0x0600, Alignment) 211 START_EXCEPTION(0x0700, ProgramCheck) 224 START_EXCEPTION(0x0C00, SystemCall) 251 START_EXCEPTION(0x1100, DTLBMiss) 332 START_EXCEPTION(0x1200, ITLBMiss) 437 START_EXCEPTION(0x2000, DebugTrap)
|
D | exceptions-64e.S | 506 START_EXCEPTION(label); \ 561 START_EXCEPTION(critical_input); 573 START_EXCEPTION(machine_check); 585 START_EXCEPTION(data_storage) 595 START_EXCEPTION(instruction_storage); 609 START_EXCEPTION(alignment); 618 START_EXCEPTION(program); 632 START_EXCEPTION(fp_unavailable); 649 START_EXCEPTION(altivec_unavailable); 671 START_EXCEPTION(altivec_assist); [all …]
|
D | head_32.h | 289 #define START_EXCEPTION(n, label) \ macro 295 #define START_EXCEPTION(n, label) \ 302 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 | 374 START_EXCEPTION(DataStorage) 414 START_EXCEPTION(SystemCall) 437 START_EXCEPTION(DataTLBError) 538 START_EXCEPTION(InstructionTLBError) 631 START_EXCEPTION(SPEUnavailable)
|
/Linux-v5.10/arch/powerpc/mm/nohash/ |
D | tlb_low_64e.S | 92 START_EXCEPTION(data_tlb_miss_bolted) 235 START_EXCEPTION(instruction_tlb_miss_bolted) 265 START_EXCEPTION(instruction_tlb_miss_e6500) 276 START_EXCEPTION(data_tlb_miss_e6500) 527 START_EXCEPTION(data_tlb_miss) 594 START_EXCEPTION(instruction_tlb_miss) 939 START_EXCEPTION(data_tlb_miss_htw) 974 START_EXCEPTION(instruction_tlb_miss_htw)
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | exception-64e.h | 71 #define START_EXCEPTION(label) \ macro
|