Searched refs:START_EXCEPTION (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_booke.h | 186 START_EXCEPTION(GuestDoorbell); \ 199 #define START_EXCEPTION(label) \ macro 204 START_EXCEPTION(label); \ 210 START_EXCEPTION(label); \ 218 START_EXCEPTION(label); \ 270 START_EXCEPTION(DebugDebug); \ 323 START_EXCEPTION(DebugCrit); \ 376 START_EXCEPTION(DataStorage) \ 384 START_EXCEPTION(InstructionStorage) \ 393 START_EXCEPTION(Alignment) \ [all …]
|
D | exceptions-64e.S | 495 START_EXCEPTION(label); \ 550 START_EXCEPTION(critical_input); 562 START_EXCEPTION(machine_check); 574 START_EXCEPTION(data_storage) 584 START_EXCEPTION(instruction_storage); 598 START_EXCEPTION(alignment); 607 START_EXCEPTION(program); 621 START_EXCEPTION(fp_unavailable); 638 START_EXCEPTION(altivec_unavailable); 660 START_EXCEPTION(altivec_assist); [all …]
|
D | head_40x.S | 199 #define START_EXCEPTION(n, label) \ macro 204 START_EXCEPTION(n, label); \ 210 START_EXCEPTION(n, label); \ 264 START_EXCEPTION(0x0300, DataStorage) 395 START_EXCEPTION(0x0400, InstructionAccess) 405 START_EXCEPTION(0x0600, Alignment) 413 START_EXCEPTION(0x0700, ProgramCheck) 426 START_EXCEPTION(0x0C00, SystemCall) 453 START_EXCEPTION(0x1100, DTLBMiss) 553 START_EXCEPTION(0x1200, ITLBMiss) [all …]
|
D | head_44x.S | 283 START_EXCEPTION(SystemCall) 308 START_EXCEPTION(DataTLBError44x) 419 START_EXCEPTION(InstructionTLBError44x) 555 START_EXCEPTION(DataTLBError47x) 652 START_EXCEPTION(InstructionTLBError47x)
|
D | head_fsl_booke.S | 379 START_EXCEPTION(DataStorage) 418 START_EXCEPTION(SystemCall) 442 START_EXCEPTION(DataTLBError) 536 START_EXCEPTION(InstructionTLBError) 621 START_EXCEPTION(SPEUnavailable)
|
/Linux-v4.19/arch/powerpc/mm/ |
D | tlb_low_64e.S | 95 START_EXCEPTION(data_tlb_miss_bolted) 244 START_EXCEPTION(instruction_tlb_miss_bolted) 275 START_EXCEPTION(instruction_tlb_miss_e6500) 287 START_EXCEPTION(data_tlb_miss_e6500) 542 START_EXCEPTION(data_tlb_miss) 611 START_EXCEPTION(instruction_tlb_miss) 982 START_EXCEPTION(data_tlb_miss_htw) 1019 START_EXCEPTION(instruction_tlb_miss_htw)
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | exception-64e.h | 82 #define START_EXCEPTION(label) \ macro
|