Home
last modified time | relevance | path

Searched refs:SPRN_DAR (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/platforms/iseries/
Dexception.S132 mfspr r13,SPRN_DAR
158 mfspr r3,SPRN_DAR
/arch/powerpc/kernel/
Dhead_64.S195 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 */
Dhead_8xx.S206 mfspr r4,SPRN_DAR
223 mfspr r4,SPRN_DAR
244 mfspr r4,SPRN_DAR
493 mfspr r10, SPRN_DAR
Dhead_32.S383 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/
Dreg.h162 #define SPRN_DAR 0x013 /* Data Address Register */ macro
/arch/powerpc/xmon/
Dxmon.c1598 printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR)); in super_regs()