Searched refs:bsp_state (Results 1 – 1 of 1) sorted by relevance
53 static register_t bsp_state[8] __aligned(8); variable76 mtspr(SPR_HID4, bsp_state[2]); powerpc_sync(); isync(); in cpudep_ap_early_bootstrap()77 mtspr(SPR_HID5, bsp_state[3]); powerpc_sync(); isync(); in cpudep_ap_early_bootstrap()81 : "=r"(reg) : "K"(SPR_HID4), "b"(bsp_state)); in cpudep_ap_early_bootstrap()84 : "=r"(reg) : "K"(SPR_HID5), "b"(bsp_state)); in cpudep_ap_early_bootstrap()254 bsp_state[0] = mfspr(SPR_HID0); in cpudep_save_config()255 bsp_state[1] = mfspr(SPR_HID1); in cpudep_save_config()256 bsp_state[2] = mfspr(SPR_HID4); in cpudep_save_config()257 bsp_state[3] = mfspr(SPR_HID5); in cpudep_save_config()260 : "=r" (bsp_state[0]),"=r" (bsp_state[1]) : "K" (SPR_HID0)); in cpudep_save_config()[all …]