Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dhead_44x.S977 SET_IVOR(2, DataStorage);
980 SET_IVOR(5, Alignment);
981 SET_IVOR(6, Program);
983 SET_IVOR(8, SystemCall);
985 SET_IVOR(10, Decrementer);
990 SET_IVOR(15, DebugCrit);
1195 SET_IVOR(2, DataStorage);
1198 SET_IVOR(5, Alignment);
1199 SET_IVOR(6, Program);
1201 SET_IVOR(8, SystemCall);
[all …]
H A Dexceptions-64e.S1512 SET_IVOR(0, 0x020) /* Critical Input */
1513 SET_IVOR(1, 0x000) /* Machine Check */
1514 SET_IVOR(2, 0x060) /* Data Storage */
1516 SET_IVOR(4, 0x0a0) /* External Input */
1517 SET_IVOR(5, 0x0c0) /* Alignment */
1518 SET_IVOR(6, 0x0e0) /* Program */
1519 SET_IVOR(7, 0x100) /* FP Unavailable */
1520 SET_IVOR(8, 0x120) /* System Call */
1522 SET_IVOR(10, 0x160) /* Decrementer */
1527 SET_IVOR(15, 0x040) /* Debug */
[all …]
H A Dhead_85xx.S168 SET_IVOR(0, CriticalInput);
169 SET_IVOR(1, MachineCheck);
170 SET_IVOR(2, DataStorage);
172 SET_IVOR(4, ExternalInput);
173 SET_IVOR(5, Alignment);
174 SET_IVOR(6, Program);
176 SET_IVOR(8, SystemCall);
178 SET_IVOR(10, Decrementer);
180 SET_IVOR(12, WatchdogTimer);
181 SET_IVOR(13, DataTLBError);
[all …]
H A Dhead_booke.h16 #define SET_IVOR(vector_number, vector_label) \
/openbmc/linux/arch/powerpc/include/asm/
H A Dexception-64e.h156 #define SET_IVOR(vector_number, vector_offset) \ macro