Searched refs:SET_IVOR (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | head_44x.S | 978 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 D | exceptions-64e.S | 1507 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 D | head_85xx.S | 169 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 D | head_booke.h | 15 #define SET_IVOR(vector_number, vector_label) \ macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | exception-64e.h | 156 #define SET_IVOR(vector_number, vector_offset) \ macro
|
Completed in 10 milliseconds