Lines Matching refs:SPRN_LPCR
80 mtspr(SPRN_LPCR, system_registers.lpcr); in __restore_cpu_cpufeatures()
221 lpcr = mfspr(SPRN_LPCR); in feat_enable_hv()
223 mtspr(SPRN_LPCR, lpcr); in feat_enable_hv()
248 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_nap()
252 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_nap()
262 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_stop()
266 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_stop()
278 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash()
285 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash()
300 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash_v3()
302 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash_v3()
338 lpcr = mfspr(SPRN_LPCR); in feat_enable_dscr()
341 mtspr(SPRN_LPCR, lpcr); in feat_enable_dscr()
542 lpcr = mfspr(SPRN_LPCR); in feat_enable_dbell()
544 mtspr(SPRN_LPCR, lpcr); in feat_enable_dbell()
565 lpcr = mfspr(SPRN_LPCR); in feat_enable_hvi()
569 mtspr(SPRN_LPCR, lpcr); in feat_enable_hvi()
821 system_registers.lpcr = mfspr(SPRN_LPCR); in cpufeatures_setup_finished()