HomeSort by: relevance | last modified time | path
    Searched refs:SPR_HID0 (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/amigappc/amigappc/
locore.S 202 mfspr 8,SPR_HID0
206 mtspr SPR_HID0,9
207 mtspr SPR_HID0,8
213 mtspr SPR_HID0,9
214 mtspr SPR_HID0,8
224 mfspr 7,SPR_HID0
228 mtspr SPR_HID0,6 /* flush the BTAC */
230 mtspr SPR_HID0,7
  /src/sys/arch/evbppc/ev64260/
ev64260_locore.S 147 mfspr 8,SPR_HID0
150 mtspr SPR_HID0,8
165 mfspr 8,SPR_HID0
169 mtspr SPR_HID0,8
176 mfspr 8,SPR_HID0
180 mtspr SPR_HID0,8
189 mtspr SPR_HID0,8
192 mfspr 8,SPR_HID0
  /src/sys/arch/ibmnws/ibmnws/
locore.S 127 mfspr 11,SPR_HID0
135 mtspr SPR_HID0,8 /* enable and invalidate caches */
137 mtspr SPR_HID0,11 /* enable caches */
  /src/sys/arch/bebox/bebox/
locore.S 126 mtspr SPR_HID0,8
141 mfspr 8,SPR_HID0
149 mtspr SPR_HID0,7
151 mtspr SPR_HID0,8
  /src/sys/arch/prep/prep/
locore.S 122 mfspr 11,SPR_HID0
130 mtspr SPR_HID0,8 /* enable and invalidate caches */
132 mtspr SPR_HID0,11 /* enable caches */
145 mtspr SPR_HID0,11
  /src/sys/arch/rs6000/rs6000/
locore.S 127 mfspr 11,SPR_HID0
135 mtspr SPR_HID0,8 /* enable and invalidate caches */
137 mtspr SPR_HID0,11 /* enable caches */
150 mtspr SPR_HID0,11
  /src/sys/arch/evbppc/pmppc/
pmppc_locore.S 108 mfspr 8,SPR_HID0
111 mtspr SPR_HID0,8
  /src/sys/arch/evbppc/wii/
wii_mmuinit.S 73 mtspr SPR_HID0, %r11
84 mfspr %r11, SPR_HID0
88 mtspr SPR_HID0, %r11
wii_locore.S 125 mfspr %r8, SPR_HID0
128 mtspr SPR_HID0, %r8
  /src/sys/arch/mvmeppc/mvmeppc/
locore.S 134 mfspr %r11,SPR_HID0
142 mtspr SPR_HID0,%r8 /* enable and invalidate caches */
144 mtspr SPR_HID0,%r11 /* enable caches */
157 mtspr SPR_HID0,%r11
  /src/sys/arch/mvmeppc/stand/libsa/
srt0.S 79 mfspr %r13,SPR_HID0
83 mtspr SPR_HID0,%r13
  /src/sys/arch/sandpoint/stand/altboot/
entry.S 41 mfspr 11,SPR_HID0
95 mtspr SPR_HID0,8 /* enable and invalidate caches */
97 mtspr SPR_HID0,11 /* enable caches */
  /src/sys/arch/powerpc/booke/
e500_mpsubr.S 118 mtspr SPR_HID0, %r0 /* set HID0 (timebase off) */
148 mtspr SPR_HID0, %r22 /* start timebase running */
  /src/sys/arch/powerpc/oea/
cpu_subr.c 340 register_t hid0 = mfspr(SPR_HID0);
354 mtspr(SPR_HID0, hid0);
595 __asm volatile("mfspr %0,%1" : "=r"(hid64_0) : "K"(SPR_HID0));
600 hid64_0_save = hid64_0 = mfspr(SPR_HID0);
603 hid0_save = hid0 = mfspr(SPR_HID0);
729 mtspr64(SPR_HID0, hid64_0);
738 mtspr(SPR_HID0, hid0);
1426 h->hatch_hid0 = mfspr(SPR_HID0);
1557 mtspr64(SPR_HID0, h->hatch_hid0);
1564 mtspr(SPR_HID0, h->hatch_hid0)
    [all...]
  /src/sys/arch/powerpc/include/mpc8xx/
spr.h 140 #define SPR_HID0 0x3f0 /* ..8 Hardware Implementation Register 0 */
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 860 h->hatch_hid0 = mfspr(SPR_HID0);
1072 hid0 = mfspr(SPR_HID0);
1074 mtspr(SPR_HID0, hid0);
1150 const register_t hid0 = mfspr(SPR_HID0);
1151 mtspr(SPR_HID0,
1251 printf(" hid0=%#lx/%#jx", hid0, (uintmax_t)mfspr(SPR_HID0));
  /src/sys/arch/powerpc/include/oea/
spr.h 185 #define SPR_HID0 0x3f0 /* E.68 Hardware Implementation Register
  /src/sys/arch/powerpc/include/booke/
spr.h 494 #define SPR_HID0 1008

Completed in 30 milliseconds