Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dhead_44x.S977 SET_IVOR(0, CriticalInput);
978 SET_IVOR(1, MachineCheck);
979 SET_IVOR(2, DataStorage);
980 SET_IVOR(3, InstructionStorage);
981 SET_IVOR(4, ExternalInput);
982 SET_IVOR(5, Alignment);
983 SET_IVOR(6, Program);
984 SET_IVOR(7, FloatingPointUnavailable);
985 SET_IVOR(8, SystemCall);
986 SET_IVOR(9, AuxillaryProcessorUnavailable);
[all …]
Dexceptions-64e.S1651 SET_IVOR(0, 0x020) /* Critical Input */
1652 SET_IVOR(1, 0x000) /* Machine Check */
1653 SET_IVOR(2, 0x060) /* Data Storage */
1654 SET_IVOR(3, 0x080) /* Instruction Storage */
1655 SET_IVOR(4, 0x0a0) /* External Input */
1656 SET_IVOR(5, 0x0c0) /* Alignment */
1657 SET_IVOR(6, 0x0e0) /* Program */
1658 SET_IVOR(7, 0x100) /* FP Unavailable */
1659 SET_IVOR(8, 0x120) /* System Call */
1660 SET_IVOR(9, 0x140) /* Auxiliary Processor Unavailable */
[all …]
Dhead_fsl_booke.S168 SET_IVOR(0, CriticalInput);
169 SET_IVOR(1, MachineCheck);
170 SET_IVOR(2, DataStorage);
171 SET_IVOR(3, InstructionStorage);
172 SET_IVOR(4, ExternalInput);
173 SET_IVOR(5, Alignment);
174 SET_IVOR(6, Program);
175 SET_IVOR(7, FloatingPointUnavailable);
176 SET_IVOR(8, SystemCall);
177 SET_IVOR(9, AuxillaryProcessorUnavailable);
[all …]
Dhead_booke.h13 #define SET_IVOR(vector_number, vector_label) \ macro
/arch/powerpc/include/asm/
Dexception-64e.h207 #define SET_IVOR(vector_number, vector_offset) \ macro