Searched refs:SPR_HID4 (Results 1 – 3 of 3) sorted by relevance
75 mtspr(SPR_HID4, bsp_state[2]); powerpc_sync(); isync(); in cpudep_ap_early_bootstrap()80 : "=r"(reg) : "K"(SPR_HID4), "b"(bsp_state)); in cpudep_ap_early_bootstrap()226 bsp_state[2] = mfspr(SPR_HID4); in cpudep_save_config()234 : "=r" (bsp_state[4]),"=r" (bsp_state[5]) : "K" (SPR_HID4)); in cpudep_save_config()247 bsp_state[2] = mfspr(SPR_HID4); in cpudep_save_config()340 mtspr(SPR_HID4, bsp_state[2]); in cpudep_ap_setup()
568 mtspr(SPR_HID4, mfspr(SPR_HID4) & ~HID4_970_DISABLE_LG_PG); in moea64_probe_large_page()
437 #define SPR_HID4 0x3f4 /* ..8 Hardware Implementation Register 4 */ macro