Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Dhead_booke.h282 START_EXCEPTION(GuestDoorbell); \
295 #define START_EXCEPTION(label) \ macro
300 START_EXCEPTION(label); \
307 START_EXCEPTION(label); \
316 START_EXCEPTION(label); \
342 START_EXCEPTION(DebugDebug); \
400 START_EXCEPTION(DebugCrit); \
457 START_EXCEPTION(DataStorage) \
477 START_EXCEPTION(InstructionStorage) \
487 START_EXCEPTION(Alignment) \
[all …]
Dhead_40x.S182 START_EXCEPTION(n, label); \
205 START_EXCEPTION(0x0300, DataStorage)
215 START_EXCEPTION(0x0400, InstructionAccess)
228 START_EXCEPTION(0x0600, Alignment)
236 START_EXCEPTION(0x0700, ProgramCheck)
249 START_EXCEPTION(0x0C00, SystemCall)
258 START_EXCEPTION(0x1000, DecrementerTrap)
262 START_EXCEPTION(0x1010, FITExceptionTrap)
266 START_EXCEPTION(0x1020, WDTExceptionTrap)
274 START_EXCEPTION(0x1100, DTLBMiss)
[all …]
Dexceptions-64e.S453 START_EXCEPTION(label); \
501 START_EXCEPTION(critical_input);
512 START_EXCEPTION(machine_check);
523 START_EXCEPTION(data_storage)
536 START_EXCEPTION(instruction_storage);
553 START_EXCEPTION(alignment);
566 START_EXCEPTION(program);
579 START_EXCEPTION(fp_unavailable);
594 START_EXCEPTION(altivec_unavailable);
614 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.h182 #define START_EXCEPTION(n, label) \ macro
189 #define START_EXCEPTION(n, label) \
197 START_EXCEPTION(n, label) \
Dhead_book3s_32.S256 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck)
277 START_EXCEPTION(INTERRUPT_DATA_STORAGE, DataAccess)
311 START_EXCEPTION(INTERRUPT_INST_STORAGE, InstructionAccess)
343 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment)
351 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck)
359 START_EXCEPTION(0x800, FPUnavailable)
386 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall)
400 START_EXCEPTION(INTERRUPT_PERFMON, PerformanceMonitorTrap)
403 START_EXCEPTION(INTERRUPT_ALTIVEC_UNAVAIL, AltiVecUnavailableTrap)
Dhead_85xx.S365 START_EXCEPTION(DataStorage)
401 START_EXCEPTION(SystemCall)
422 START_EXCEPTION(DataTLBError)
529 START_EXCEPTION(InstructionTLBError)
628 START_EXCEPTION(SPEUnavailable)
642 START_EXCEPTION(SPEFloatingPointData)
650 START_EXCEPTION(SPEFloatingPointRound)
Dhead_44x.S282 START_EXCEPTION(SystemCall)
305 START_EXCEPTION(DataTLBError44x)
419 START_EXCEPTION(InstructionTLBError44x)
559 START_EXCEPTION(DataTLBError47x)
660 START_EXCEPTION(InstructionTLBError47x)
/Linux-v6.1/arch/powerpc/mm/nohash/
Dtlb_low_64e.S88 START_EXCEPTION(data_tlb_miss_bolted)
230 START_EXCEPTION(instruction_tlb_miss_bolted)
259 START_EXCEPTION(instruction_tlb_miss_e6500)
270 START_EXCEPTION(data_tlb_miss_e6500)
522 START_EXCEPTION(data_tlb_miss)
590 START_EXCEPTION(instruction_tlb_miss)
905 START_EXCEPTION(data_tlb_miss_htw)
941 START_EXCEPTION(instruction_tlb_miss_htw)
/Linux-v6.1/arch/powerpc/include/asm/
Dexception-64e.h71 #define START_EXCEPTION(label) \ macro