Searched refs:SPRN_DEAR (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | head_4xx.S | 260 mfspr r20, SPRN_DEAR /* Get faulting address */ 394 mfspr r4,SPRN_DEAR /* Grab the DEAR and save it */ 423 mfspr r4,SPRN_DEAR /* Grab the DEAR, save it, pass arg2 */ 500 mfspr r20, SPRN_DEAR /* Get faulting address */
|
D | head_44x.S | 466 mfspr r20, SPRN_DEAR /* Get faulting address */ 590 mfspr r4,SPRN_DEAR /* Grab the DEAR and save it */ 655 mfspr r20, SPRN_DEAR /* Get faulting address */ 865 mfspr r4,SPRN_DEAR /* Grab the DEAR, save it, pass arg2 */
|
/linux-2.4.37.9/include/asm-ppc/ |
D | processor.h | 207 #define SPRN_DEAR 0x03D /* Book E Data Error Address Register */ macro 209 #define SPRN_DEAR 0x3D5 /* Data Error Address Register */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | processor.h | 183 #define SPRN_DEAR 0x3D5 /* Data Error Address Register */ macro
|