OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPR_HID1
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/macppc/macppc/
locore.S
142
mfspr %r0,
SPR_HID1
146
mtspr
SPR_HID1
,%r0
/src/sys/arch/powerpc/include/mpc8xx/
spr.h
141
#define
SPR_HID1
0x3f1 /* ..8 Hardware Implementation Register 1 */
/src/sys/arch/powerpc/oea/
cpu_subr.c
359
register_t hid1 = mfspr(
SPR_HID1
);
379
mtspr(
SPR_HID1
, hid1);
1289
if (mfspr(
SPR_HID1
) & HID1_DFS4)
1293
if (mfspr(
SPR_HID1
) & HID1_DFS2)
1342
hid1 = old_hid1 = mfspr(
SPR_HID1
);
1360
mtspr(
SPR_HID1
, hid1);
1499
h->hatch_hid1 = mfspr(
SPR_HID1
);
1630
mtspr64(
SPR_HID1
, h->hatch_hid1);
/src/sys/arch/powerpc/include/oea/
spr.h
195
#define
SPR_HID1
0x3f1 /* E.68 Hardware Implementation Register
/src/sys/arch/powerpc/include/booke/
spr.h
504
#define
SPR_HID1
1009
/src/sys/arch/evbppc/mpc85xx/
machdep.c
1272
printf(" hid1=%#jx", (uintmax_t)mfspr(
SPR_HID1
));
Completed in 27 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026