Searched refs:SPR_HID4 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/powerpc/aim/
H A Dmp_cpudep.c78 mtspr(SPR_HID4, bsp_state[2]); powerpc_sync(); isync();
83 : "=r"(reg) : "K"(SPR_HID4), "b"(bsp_state));
251 bsp_state[2] = mfspr(SPR_HID4);
259 : "=r" (bsp_state[4]),"=r" (bsp_state[5]) : "K" (SPR_HID4));
272 bsp_state[2] = mfspr(SPR_HID4);
356 mtspr(SPR_HID4, bsp_state[2]);
H A Dmmu_oea64.c582 mtspr(SPR_HID4, mfspr(SPR_HID4) & ~HID4_970_DISABLE_LG_PG);
/freebsd-12-stable/sys/powerpc/include/
H A Dspr.h522 #define SPR_HID4 0x3f4 /* ..8 Hardware Implementation Register 4 */ macro

Completed in 64 milliseconds