Lines Matching refs:SPRN_LPCR
97 lpcr = mfspr(SPRN_LPCR); in __restore_cpu_cpufeatures()
100 mtspr(SPRN_LPCR, lpcr); in __restore_cpu_cpufeatures()
242 lpcr = mfspr(SPRN_LPCR); in feat_enable_hv()
244 mtspr(SPRN_LPCR, lpcr); in feat_enable_hv()
269 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_nap()
273 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_nap()
290 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_stop()
294 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_stop()
303 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash()
310 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash()
323 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash_v3()
325 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash_v3()
352 lpcr = mfspr(SPRN_LPCR); in feat_enable_dscr()
355 mtspr(SPRN_LPCR, lpcr); in feat_enable_dscr()
517 lpcr = mfspr(SPRN_LPCR); in feat_enable_dbell()
519 mtspr(SPRN_LPCR, lpcr); in feat_enable_dbell()
540 lpcr = mfspr(SPRN_LPCR); in feat_enable_hvi()
544 mtspr(SPRN_LPCR, lpcr); in feat_enable_hvi()
768 system_registers.lpcr = mfspr(SPRN_LPCR); in cpufeatures_setup_finished()