Lines Matching refs:SPRN_LPCR
133 lpcr = mfspr(SPRN_LPCR); in __restore_cpu_cpufeatures()
136 mtspr(SPRN_LPCR, lpcr); in __restore_cpu_cpufeatures()
280 lpcr = mfspr(SPRN_LPCR); in feat_enable_hv()
282 mtspr(SPRN_LPCR, lpcr); in feat_enable_hv()
307 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_nap()
311 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_nap()
328 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_stop()
332 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_stop()
341 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash()
348 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash()
361 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash_v3()
363 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash_v3()
390 lpcr = mfspr(SPRN_LPCR); in feat_enable_dscr()
393 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()
783 system_registers.lpcr = mfspr(SPRN_LPCR); in cpufeatures_setup_finished()