Searched refs:START_EXCEPTION (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | head_booke.h | 185 START_EXCEPTION(GuestDoorbell); \ 198 #define START_EXCEPTION(label) \ macro 203 START_EXCEPTION(label); \ 209 START_EXCEPTION(label); \ 217 START_EXCEPTION(label); \ 269 START_EXCEPTION(DebugDebug); \ 322 START_EXCEPTION(DebugCrit); \ 375 START_EXCEPTION(DataStorage) \ 383 START_EXCEPTION(InstructionStorage) \ 392 START_EXCEPTION(Alignment) \ [all …]
|
D | exceptions-64e.S | 494 START_EXCEPTION(label); \ 549 START_EXCEPTION(critical_input); 561 START_EXCEPTION(machine_check); 573 START_EXCEPTION(data_storage) 583 START_EXCEPTION(instruction_storage); 597 START_EXCEPTION(alignment); 606 START_EXCEPTION(program); 620 START_EXCEPTION(fp_unavailable); 637 START_EXCEPTION(altivec_unavailable); 659 START_EXCEPTION(altivec_assist); [all …]
|
D | head_40x.S | 197 #define START_EXCEPTION(n, label) \ macro 202 START_EXCEPTION(n, label); \ 208 START_EXCEPTION(n, label); \ 262 START_EXCEPTION(0x0300, DataStorage) 393 START_EXCEPTION(0x0400, InstructionAccess) 403 START_EXCEPTION(0x0600, Alignment) 411 START_EXCEPTION(0x0700, ProgramCheck) 424 START_EXCEPTION(0x0C00, SystemCall) 451 START_EXCEPTION(0x1100, DTLBMiss) 551 START_EXCEPTION(0x1200, ITLBMiss) [all …]
|
D | head_44x.S | 282 START_EXCEPTION(SystemCall) 307 START_EXCEPTION(DataTLBError44x) 418 START_EXCEPTION(InstructionTLBError44x) 554 START_EXCEPTION(DataTLBError47x) 651 START_EXCEPTION(InstructionTLBError47x)
|
D | head_fsl_booke.S | 377 START_EXCEPTION(DataStorage) 416 START_EXCEPTION(SystemCall) 440 START_EXCEPTION(DataTLBError) 534 START_EXCEPTION(InstructionTLBError) 619 START_EXCEPTION(SPEUnavailable)
|
/linux-4.1.27/arch/powerpc/mm/ |
D | tlb_low_64e.S | 88 START_EXCEPTION(data_tlb_miss_bolted) 237 START_EXCEPTION(instruction_tlb_miss_bolted) 268 START_EXCEPTION(instruction_tlb_miss_e6500) 280 START_EXCEPTION(data_tlb_miss_e6500) 487 START_EXCEPTION(data_tlb_miss) 556 START_EXCEPTION(instruction_tlb_miss) 927 START_EXCEPTION(data_tlb_miss_htw) 964 START_EXCEPTION(instruction_tlb_miss_htw)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | exception-64e.h | 81 #define START_EXCEPTION(label) \ macro
|