Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dhead_44x.S987 SET_IVOR(0, CriticalInput);
988 SET_IVOR(1, MachineCheck);
989 SET_IVOR(2, DataStorage);
990 SET_IVOR(3, InstructionStorage);
991 SET_IVOR(4, ExternalInput);
992 SET_IVOR(5, Alignment);
993 SET_IVOR(6, Program);
994 SET_IVOR(7, FloatingPointUnavailable);
995 SET_IVOR(8, SystemCall);
996 SET_IVOR(9, AuxillaryProcessorUnavailable);
[all …]
Dexceptions-64e.S1277 SET_IVOR(0, 0x020) /* Critical Input */
1278 SET_IVOR(1, 0x000) /* Machine Check */
1279 SET_IVOR(2, 0x060) /* Data Storage */
1280 SET_IVOR(3, 0x080) /* Instruction Storage */
1281 SET_IVOR(4, 0x0a0) /* External Input */
1282 SET_IVOR(5, 0x0c0) /* Alignment */
1283 SET_IVOR(6, 0x0e0) /* Program */
1284 SET_IVOR(7, 0x100) /* FP Unavailable */
1285 SET_IVOR(8, 0x120) /* System Call */
1286 SET_IVOR(9, 0x140) /* Auxiliary Processor Unavailable */
[all …]
Dhead_fsl_booke.S117 SET_IVOR(0, CriticalInput);
118 SET_IVOR(1, MachineCheck);
119 SET_IVOR(2, DataStorage);
120 SET_IVOR(3, InstructionStorage);
121 SET_IVOR(4, ExternalInput);
122 SET_IVOR(5, Alignment);
123 SET_IVOR(6, Program);
124 SET_IVOR(7, FloatingPointUnavailable);
125 SET_IVOR(8, SystemCall);
126 SET_IVOR(9, AuxillaryProcessorUnavailable);
[all …]
Dhead_booke.h9 #define SET_IVOR(vector_number, vector_label) \ macro
/linux-3.4.99/arch/powerpc/include/asm/
Dexception-64e.h215 #define SET_IVOR(vector_number, vector_offset) \ macro