Searched refs:SPR_HID4 (Results 1 – 3 of 3) sorted by relevance
76 mtspr(SPR_HID4, bsp_state[2]); powerpc_sync(); isync(); in cpudep_ap_early_bootstrap()81 : "=r"(reg) : "K"(SPR_HID4), "b"(bsp_state)); in cpudep_ap_early_bootstrap()256 bsp_state[2] = mfspr(SPR_HID4); in cpudep_save_config()264 : "=r" (bsp_state[4]),"=r" (bsp_state[5]) : "K" (SPR_HID4)); in cpudep_save_config()277 bsp_state[2] = mfspr(SPR_HID4); in cpudep_save_config()360 mtspr(SPR_HID4, bsp_state[2]); in cpudep_ap_setup()
766 mtspr(SPR_HID4, mfspr(SPR_HID4) & ~HID4_970_DISABLE_LG_PG); in moea64_probe_large_page()
551 #define SPR_HID4 0x3f4 /* ..8 Hardware Implementation Register 4 */ macro