Searched refs:SPRN_DAR (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/platforms/iseries/ |
D | exception.S | 132 mfspr r13,SPRN_DAR 158 mfspr r3,SPRN_DAR
|
/arch/powerpc/kernel/ |
D | head_64.S | 195 mfspr r13,SPRN_DAR 214 mfspr r3,SPRN_DAR 488 mfspr r11,SPRN_DAR 523 mfspr r10,SPRN_DAR 712 mfspr r10,SPRN_DAR 1106 mfspr r11,SPRN_DAR 1148 mfspr r11,SPRN_DAR /* Get the new esid */
|
D | head_8xx.S | 206 mfspr r4,SPRN_DAR 223 mfspr r4,SPRN_DAR 244 mfspr r4,SPRN_DAR 493 mfspr r10, SPRN_DAR
|
D | head_32.S | 383 mfspr r4,SPRN_DAR /* into the hash table */ 387 mfspr r4,SPRN_DAR 411 mfspr r4,SPRN_DAR 539 mtspr SPRN_DAR,r1 /* Set fault address */ 614 20: mtspr SPRN_DAR,r1 /* Set fault address */
|
/arch/powerpc/include/asm/ |
D | reg.h | 162 #define SPRN_DAR 0x013 /* Data Address Register */ macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 1598 printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR)); in super_regs()
|