Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A 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 …]
H A 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 …]
H A 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)
224 START_EXCEPTION(INTERRUPT_DATA_TLB_MISS_8xx, DataStoreTLBMiss)
276 START_EXCEPTION(INTERRUPT_INST_TLB_ERROR_8xx, InstructionTLBError)
294 START_EXCEPTION(INTERRUPT_DATA_TLB_ERROR_8xx, DataTLBError)
325 START_EXCEPTION(INTERRUPT_DATA_BREAKPOINT_8xx, DataBreakpoint)
[all …]
H A Dhead_32.h172 #define START_EXCEPTION(n, label) \ macro
179 #define START_EXCEPTION(n, label) \
187 START_EXCEPTION(n, label) \
H A Dhead_85xx.S357 START_EXCEPTION(DataStorage)
393 START_EXCEPTION(SystemCall)
414 START_EXCEPTION(DataTLBError)
500 START_EXCEPTION(InstructionTLBError)
590 START_EXCEPTION(SPEUnavailable)
604 START_EXCEPTION(SPEFloatingPointData)
612 START_EXCEPTION(SPEFloatingPointRound)
H A Dhead_44x.S281 START_EXCEPTION(SystemCall)
304 START_EXCEPTION(DataTLBError44x)
418 START_EXCEPTION(InstructionTLBError44x)
558 START_EXCEPTION(DataTLBError47x)
659 START_EXCEPTION(InstructionTLBError47x)
/linux/arch/powerpc/mm/nohash/
H A 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/arch/powerpc/include/asm/
H A Dexception-64e.h71 #define START_EXCEPTION(label) \ macro