Home
last modified time | relevance | path

Searched refs:SET_IVOR (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/powerpc/kernel/
Dhead_44x.S966 SET_IVOR(0, CriticalInput);
967 SET_IVOR(1, MachineCheck);
968 SET_IVOR(2, DataStorage);
969 SET_IVOR(3, InstructionStorage);
970 SET_IVOR(4, ExternalInput);
971 SET_IVOR(5, Alignment);
972 SET_IVOR(6, Program);
973 SET_IVOR(7, FloatingPointUnavailable);
974 SET_IVOR(8, SystemCall);
975 SET_IVOR(9, AuxillaryProcessorUnavailable);
[all …]
Dexceptions-64e.S1524 SET_IVOR(0, 0x020) /* Critical Input */
1525 SET_IVOR(1, 0x000) /* Machine Check */
1526 SET_IVOR(2, 0x060) /* Data Storage */
1527 SET_IVOR(3, 0x080) /* Instruction Storage */
1528 SET_IVOR(4, 0x0a0) /* External Input */
1529 SET_IVOR(5, 0x0c0) /* Alignment */
1530 SET_IVOR(6, 0x0e0) /* Program */
1531 SET_IVOR(7, 0x100) /* FP Unavailable */
1532 SET_IVOR(8, 0x120) /* System Call */
1533 SET_IVOR(9, 0x140) /* Auxiliary Processor Unavailable */
[all …]
Dhead_fsl_booke.S167 SET_IVOR(0, CriticalInput);
168 SET_IVOR(1, MachineCheck);
169 SET_IVOR(2, DataStorage);
170 SET_IVOR(3, InstructionStorage);
171 SET_IVOR(4, ExternalInput);
172 SET_IVOR(5, Alignment);
173 SET_IVOR(6, Program);
174 SET_IVOR(7, FloatingPointUnavailable);
175 SET_IVOR(8, SystemCall);
176 SET_IVOR(9, AuxillaryProcessorUnavailable);
[all …]
Dhead_booke.h15 #define SET_IVOR(vector_number, vector_label) \ macro
/Linux-v5.15/arch/powerpc/include/asm/
Dexception-64e.h152 #define SET_IVOR(vector_number, vector_offset) \ macro