Home
last modified time | relevance | path

Searched refs:START_EXCEPTION (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/arch/powerpc/kernel/
Dhead_booke.h283 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) \
469 START_EXCEPTION(InstructionStorage) \
479 START_EXCEPTION(Alignment) \
[all …]
Dhead_40x.S181 START_EXCEPTION(n, label); \
204 START_EXCEPTION(0x0300, DataStorage)
214 START_EXCEPTION(0x0400, InstructionAccess)
227 START_EXCEPTION(0x0600, Alignment)
235 START_EXCEPTION(0x0700, ProgramCheck)
248 START_EXCEPTION(0x0C00, SystemCall)
257 START_EXCEPTION(0x1000, DecrementerTrap)
261 START_EXCEPTION(0x1010, FITExceptionTrap)
265 START_EXCEPTION(0x1020, WDTExceptionTrap)
273 START_EXCEPTION(0x1100, DTLBMiss)
[all …]
Dexceptions-64e.S467 START_EXCEPTION(label); \
521 START_EXCEPTION(critical_input);
532 START_EXCEPTION(machine_check);
543 START_EXCEPTION(data_storage)
556 START_EXCEPTION(instruction_storage);
573 START_EXCEPTION(alignment);
586 START_EXCEPTION(program);
599 START_EXCEPTION(fp_unavailable);
614 START_EXCEPTION(altivec_unavailable);
634 START_EXCEPTION(altivec_assist);
[all …]
Dhead_8xx.S125 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck)
135 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment)
143 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck)
154 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall)
163 START_EXCEPTION(INTERRUPT_SOFT_EMU_8xx, SoftEmu)
191 START_EXCEPTION(INTERRUPT_INST_TLB_MISS_8xx, InstructionTLBMiss)
247 START_EXCEPTION(INTERRUPT_DATA_TLB_MISS_8xx, DataStoreTLBMiss)
310 START_EXCEPTION(INTERRUPT_INST_TLB_ERROR_8xx, InstructionTLBError)
328 START_EXCEPTION(INTERRUPT_DATA_TLB_ERROR_8xx, DataTLBError)
355 START_EXCEPTION(INTERRUPT_DATA_BREAKPOINT_8xx, DataBreakpoint)
[all …]
Dhead_32.h177 #define START_EXCEPTION(n, label) \ macro
184 #define START_EXCEPTION(n, label) \
192 START_EXCEPTION(n, label) \
Dhead_book3s_32.S259 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck)
280 START_EXCEPTION(INTERRUPT_DATA_STORAGE, DataAccess)
314 START_EXCEPTION(INTERRUPT_INST_STORAGE, InstructionAccess)
346 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment)
354 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck)
362 START_EXCEPTION(0x800, FPUnavailable)
389 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall)
403 START_EXCEPTION(INTERRUPT_PERFMON, PerformanceMonitorTrap)
406 START_EXCEPTION(INTERRUPT_ALTIVEC_UNAVAIL, AltiVecUnavailableTrap)
Dhead_fsl_booke.S365 START_EXCEPTION(DataStorage)
401 START_EXCEPTION(SystemCall)
422 START_EXCEPTION(DataTLBError)
523 START_EXCEPTION(InstructionTLBError)
616 START_EXCEPTION(SPEUnavailable)
630 START_EXCEPTION(SPEFloatingPointData)
638 START_EXCEPTION(SPEFloatingPointRound)
Dhead_44x.S282 START_EXCEPTION(SystemCall)
305 START_EXCEPTION(DataTLBError44x)
415 START_EXCEPTION(InstructionTLBError44x)
554 START_EXCEPTION(DataTLBError47x)
651 START_EXCEPTION(InstructionTLBError47x)
/Linux-v5.15/arch/powerpc/mm/nohash/
Dtlb_low_64e.S92 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.15/arch/powerpc/include/asm/
Dexception-64e.h71 #define START_EXCEPTION(label) \ macro