Lines Matching refs:SPRN_LPCR
96 lpcr = mfspr(SPRN_LPCR); in __restore_cpu_cpufeatures()
99 mtspr(SPRN_LPCR, lpcr); in __restore_cpu_cpufeatures()
240 lpcr = mfspr(SPRN_LPCR); in feat_enable_hv()
242 mtspr(SPRN_LPCR, lpcr); in feat_enable_hv()
267 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_nap()
271 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_nap()
288 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_stop()
292 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_stop()
301 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash()
308 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash()
321 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash_v3()
323 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash_v3()
359 lpcr = mfspr(SPRN_LPCR); in feat_enable_dscr()
362 mtspr(SPRN_LPCR, lpcr); in feat_enable_dscr()
557 lpcr = mfspr(SPRN_LPCR); in feat_enable_dbell()
559 mtspr(SPRN_LPCR, lpcr); in feat_enable_dbell()
580 lpcr = mfspr(SPRN_LPCR); in feat_enable_hvi()
584 mtspr(SPRN_LPCR, lpcr); in feat_enable_hvi()
828 system_registers.lpcr = mfspr(SPRN_LPCR); in cpufeatures_setup_finished()