Lines Matching refs:mtspr

80 	mtspr(SPRN_LPCR, system_registers.lpcr);  in __restore_cpu_cpufeatures()
82 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures()
83 mtspr(SPRN_AMOR, ~0); in __restore_cpu_cpufeatures()
84 mtspr(SPRN_HFSCR, system_registers.hfscr); in __restore_cpu_cpufeatures()
85 mtspr(SPRN_PCR, system_registers.pcr); in __restore_cpu_cpufeatures()
87 mtspr(SPRN_FSCR, system_registers.fscr); in __restore_cpu_cpufeatures()
122 mtspr(SPRN_HFSCR, 0); in cpufeatures_setup_cpu()
124 mtspr(SPRN_FSCR, 0); in cpufeatures_setup_cpu()
125 mtspr(SPRN_PCR, PCR_MASK); in cpufeatures_setup_cpu()
140 mtspr(SPRN_HFSCR, hfscr); in feat_try_enable_unknown()
150 mtspr(SPRN_FSCR, fscr); in feat_try_enable_unknown()
177 mtspr(SPRN_HFSCR, hfscr); in feat_enable()
185 mtspr(SPRN_FSCR, fscr); in feat_enable()
218 mtspr(SPRN_LPID, 0); in feat_enable_hv()
219 mtspr(SPRN_AMOR, ~0); in feat_enable_hv()
223 mtspr(SPRN_LPCR, lpcr); in feat_enable_hv()
252 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_nap()
266 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_stop()
285 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash()
302 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash_v3()
341 mtspr(SPRN_LPCR, lpcr); in feat_enable_dscr()
350 mtspr(SPRN_HFSCR, hfscr); in hfscr_pmu_enable()
356 mtspr(SPRN_MMCRC, 0); in init_pmu_power8()
357 mtspr(SPRN_MMCRH, 0); in init_pmu_power8()
360 mtspr(SPRN_MMCRA, 0); in init_pmu_power8()
361 mtspr(SPRN_MMCR0, MMCR0_FC); in init_pmu_power8()
362 mtspr(SPRN_MMCR1, 0); in init_pmu_power8()
363 mtspr(SPRN_MMCR2, 0); in init_pmu_power8()
364 mtspr(SPRN_MMCRS, 0); in init_pmu_power8()
396 mtspr(SPRN_MMCRC, 0); in init_pmu_power9()
398 mtspr(SPRN_MMCRA, 0); in init_pmu_power9()
399 mtspr(SPRN_MMCR0, MMCR0_FC); in init_pmu_power9()
400 mtspr(SPRN_MMCR1, 0); in init_pmu_power9()
401 mtspr(SPRN_MMCR2, 0); in init_pmu_power9()
432 mtspr(SPRN_MMCR3, 0); in init_pmu_power10()
433 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_pmu_power10()
434 mtspr(SPRN_MMCR0, MMCR0_FC | MMCR0_PMCCEXT); in init_pmu_power10()
536 mtspr(SPRN_LPCR, lpcr); in feat_enable_dbell()
561 mtspr(SPRN_LPCR, lpcr); in feat_enable_hvi()
580 mtspr(SPRN_PCR, pcr); in feat_enable_mma()