Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Dhead_booke.h282 START_EXCEPTION(GuestDoorbell); \
295 #define START_EXCEPTION(label) \
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 …]
Dexceptions-64e.S457 START_EXCEPTION(label); \
505 START_EXCEPTION(critical_input);
516 START_EXCEPTION(machine_check);
527 START_EXCEPTION(data_storage)
540 START_EXCEPTION(instruction_storage);
557 START_EXCEPTION(alignment);
570 START_EXCEPTION(program);
583 START_EXCEPTION(fp_unavailable);
598 START_EXCEPTION(altivec_unavailable);
618 START_EXCEPTION(altivec_assist);
[all …]
Dhead_8xx.S116 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck)
126 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment)
134 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck)
145 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall)
154 START_EXCEPTION(INTERRUPT_SOFT_EMU_8xx, SoftEmu)
182 START_EXCEPTION(INTERRUPT_INST_TLB_MISS_8xx, InstructionTLBMiss)
227 START_EXCEPTION(INTERRUPT_DATA_TLB_MISS_8xx, DataStoreTLBMiss)
283 START_EXCEPTION(INTERRUPT_INST_TLB_ERROR_8xx, InstructionTLBError)
301 START_EXCEPTION(INTERRUPT_DATA_TLB_ERROR_8xx, DataTLBError)
332 START_EXCEPTION(INTERRUPT_DATA_BREAKPOINT_8xx, DataBreakpoint)
[all …]
Dhead_32.h172 #define START_EXCEPTION(n, label) \ macro
179 #define START_EXCEPTION(n, label) \
187 START_EXCEPTION(n, label) \
Dhead_book3s_32.S257 START_EXCEPTION(INTERRUPT_MACHINE_CHECK, MachineCheck)
278 START_EXCEPTION(INTERRUPT_DATA_STORAGE, DataAccess)
312 START_EXCEPTION(INTERRUPT_INST_STORAGE, InstructionAccess)
344 START_EXCEPTION(INTERRUPT_ALIGNMENT, Alignment)
352 START_EXCEPTION(INTERRUPT_PROGRAM, ProgramCheck)
360 START_EXCEPTION(0x800, FPUnavailable)
387 START_EXCEPTION(INTERRUPT_SYSCALL, SystemCall)
401 START_EXCEPTION(INTERRUPT_PERFMON, PerformanceMonitorTrap)
404 START_EXCEPTION(INTERRUPT_ALTIVEC_UNAVAIL, AltiVecUnavailableTrap)
Dhead_85xx.S367 START_EXCEPTION(DataStorage)
403 START_EXCEPTION(SystemCall)
424 START_EXCEPTION(DataTLBError)
516 START_EXCEPTION(InstructionTLBError)
616 START_EXCEPTION(SPEUnavailable)
630 START_EXCEPTION(SPEFloatingPointData)
638 START_EXCEPTION(SPEFloatingPointRound)
Dhead_44x.S281 START_EXCEPTION(SystemCall)
304 START_EXCEPTION(DataTLBError44x)
418 START_EXCEPTION(InstructionTLBError44x)
558 START_EXCEPTION(DataTLBError47x)
659 START_EXCEPTION(InstructionTLBError47x)
/linux-6.12.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)
/linux-6.12.1/arch/powerpc/include/asm/
Dexception-64e.h71 #define START_EXCEPTION(label) \ macro