Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dhead_44x.S968 SET_IVOR(2, DataStorage);
971 SET_IVOR(5, Alignment);
972 SET_IVOR(6, Program);
974 SET_IVOR(8, SystemCall);
976 SET_IVOR(10, Decrementer);
981 SET_IVOR(15, DebugCrit);
1186 SET_IVOR(2, DataStorage);
1189 SET_IVOR(5, Alignment);
1190 SET_IVOR(6, Program);
1192 SET_IVOR(8, SystemCall);
[all …]
A Dexceptions-64e.S1524 SET_IVOR(0, 0x020) /* Critical Input */
1525 SET_IVOR(1, 0x000) /* Machine Check */
1526 SET_IVOR(2, 0x060) /* Data 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 */
1534 SET_IVOR(10, 0x160) /* Decrementer */
1539 SET_IVOR(15, 0x040) /* Debug */
[all …]
A Dhead_fsl_booke.S167 SET_IVOR(0, CriticalInput);
168 SET_IVOR(1, MachineCheck);
169 SET_IVOR(2, DataStorage);
171 SET_IVOR(4, ExternalInput);
172 SET_IVOR(5, Alignment);
173 SET_IVOR(6, Program);
175 SET_IVOR(8, SystemCall);
177 SET_IVOR(10, Decrementer);
179 SET_IVOR(12, WatchdogTimer);
180 SET_IVOR(13, DataTLBError);
[all …]
A Dhead_booke.h15 #define SET_IVOR(vector_number, vector_label) \ macro
/linux/arch/powerpc/include/asm/
A Dexception-64e.h152 #define SET_IVOR(vector_number, vector_offset) \ macro

Completed in 9 milliseconds