Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Dhead_44x.S978 SET_IVOR(2, DataStorage);
981 SET_IVOR(5, Alignment);
982 SET_IVOR(6, Program);
984 SET_IVOR(8, SystemCall);
986 SET_IVOR(10, Decrementer);
991 SET_IVOR(15, DebugCrit);
1196 SET_IVOR(2, DataStorage);
1199 SET_IVOR(5, Alignment);
1200 SET_IVOR(6, Program);
1202 SET_IVOR(8, SystemCall);
[all …]
A Dexceptions-64e.S1507 SET_IVOR(0, 0x020) /* Critical Input */
1508 SET_IVOR(1, 0x000) /* Machine Check */
1509 SET_IVOR(2, 0x060) /* Data Storage */
1511 SET_IVOR(4, 0x0a0) /* External Input */
1512 SET_IVOR(5, 0x0c0) /* Alignment */
1513 SET_IVOR(6, 0x0e0) /* Program */
1514 SET_IVOR(7, 0x100) /* FP Unavailable */
1515 SET_IVOR(8, 0x120) /* System Call */
1517 SET_IVOR(10, 0x160) /* Decrementer */
1522 SET_IVOR(15, 0x040) /* Debug */
[all …]
A Dhead_85xx.S169 SET_IVOR(0, CriticalInput);
170 SET_IVOR(1, MachineCheck);
171 SET_IVOR(2, DataStorage);
173 SET_IVOR(4, ExternalInput);
174 SET_IVOR(5, Alignment);
175 SET_IVOR(6, Program);
177 SET_IVOR(8, SystemCall);
179 SET_IVOR(10, Decrementer);
181 SET_IVOR(12, WatchdogTimer);
182 SET_IVOR(13, DataTLBError);
[all …]
A Dhead_booke.h15 #define SET_IVOR(vector_number, vector_label) \ macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dexception-64e.h156 #define SET_IVOR(vector_number, vector_offset) \ macro

Completed in 10 milliseconds