Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dhead_booke.h289 START_EXCEPTION(GuestDoorbell); \
302 #define START_EXCEPTION(label) \ macro
307 START_EXCEPTION(label); \
313 START_EXCEPTION(label); \
320 START_EXCEPTION(label); \
359 START_EXCEPTION(DebugDebug); \
412 START_EXCEPTION(DebugCrit); \
465 START_EXCEPTION(DataStorage) \
473 START_EXCEPTION(InstructionStorage) \
482 START_EXCEPTION(Alignment) \
[all …]
Dexceptions-64e.S505 START_EXCEPTION(label); \
560 START_EXCEPTION(critical_input);
572 START_EXCEPTION(machine_check);
584 START_EXCEPTION(data_storage)
594 START_EXCEPTION(instruction_storage);
608 START_EXCEPTION(alignment);
617 START_EXCEPTION(program);
631 START_EXCEPTION(fp_unavailable);
648 START_EXCEPTION(altivec_unavailable);
670 START_EXCEPTION(altivec_assist);
[all …]
Dhead_40x.S159 START_EXCEPTION(n, label); \
182 START_EXCEPTION(0x0300, DataStorage)
313 START_EXCEPTION(0x0400, InstructionAccess)
323 START_EXCEPTION(0x0600, Alignment)
331 START_EXCEPTION(0x0700, ProgramCheck)
344 START_EXCEPTION(0x0C00, SystemCall)
370 START_EXCEPTION(0x1100, DTLBMiss)
470 START_EXCEPTION(0x1200, ITLBMiss)
572 START_EXCEPTION(0x1700, Trap_17)
600 START_EXCEPTION(0x2000, DebugTrap)
Dhead_32.h156 #define START_EXCEPTION(n, label) \ macro
162 #define START_EXCEPTION(n, label) \
169 START_EXCEPTION(n, label) \
Dhead_44x.S283 START_EXCEPTION(SystemCall)
307 START_EXCEPTION(DataTLBError44x)
417 START_EXCEPTION(InstructionTLBError44x)
552 START_EXCEPTION(DataTLBError47x)
649 START_EXCEPTION(InstructionTLBError47x)
Dhead_fsl_booke.S372 START_EXCEPTION(DataStorage)
411 START_EXCEPTION(SystemCall)
434 START_EXCEPTION(DataTLBError)
535 START_EXCEPTION(InstructionTLBError)
628 START_EXCEPTION(SPEUnavailable)
/Linux-v5.4/arch/powerpc/mm/nohash/
Dtlb_low_64e.S94 START_EXCEPTION(data_tlb_miss_bolted)
241 START_EXCEPTION(instruction_tlb_miss_bolted)
272 START_EXCEPTION(instruction_tlb_miss_e6500)
284 START_EXCEPTION(data_tlb_miss_e6500)
539 START_EXCEPTION(data_tlb_miss)
608 START_EXCEPTION(instruction_tlb_miss)
962 START_EXCEPTION(data_tlb_miss_htw)
999 START_EXCEPTION(instruction_tlb_miss_htw)
/Linux-v5.4/arch/powerpc/include/asm/
Dexception-64e.h78 #define START_EXCEPTION(label) \ macro