Lines Matching refs:SPRN_LPCR
97 lpcr = mfspr(SPRN_LPCR); in __restore_cpu_cpufeatures()
100 mtspr(SPRN_LPCR, lpcr); in __restore_cpu_cpufeatures()
241 lpcr = mfspr(SPRN_LPCR); in feat_enable_hv()
243 mtspr(SPRN_LPCR, lpcr); in feat_enable_hv()
268 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_nap()
272 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_nap()
289 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_stop()
293 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_stop()
302 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash()
309 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash()
322 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash_v3()
324 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash_v3()
351 lpcr = mfspr(SPRN_LPCR); in feat_enable_dscr()
354 mtspr(SPRN_LPCR, lpcr); in feat_enable_dscr()
516 lpcr = mfspr(SPRN_LPCR); in feat_enable_dbell()
518 mtspr(SPRN_LPCR, lpcr); in feat_enable_dbell()
539 lpcr = mfspr(SPRN_LPCR); in feat_enable_hvi()
543 mtspr(SPRN_LPCR, lpcr); in feat_enable_hvi()
742 system_registers.lpcr = mfspr(SPRN_LPCR); in cpufeatures_setup_finished()