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_HFSCR, system_registers.hfscr); in __restore_cpu_cpufeatures()
84 mtspr(SPRN_PCR, system_registers.pcr); in __restore_cpu_cpufeatures()
86 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()
222 mtspr(SPRN_LPCR, lpcr); in feat_enable_hv()
251 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_nap()
265 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_stop()
281 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash()
295 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash_v3()
334 mtspr(SPRN_LPCR, lpcr); in feat_enable_dscr()
343 mtspr(SPRN_HFSCR, hfscr); in hfscr_pmu_enable()
349 mtspr(SPRN_MMCRC, 0); in init_pmu_power8()
350 mtspr(SPRN_MMCRH, 0); in init_pmu_power8()
353 mtspr(SPRN_MMCRA, 0); in init_pmu_power8()
354 mtspr(SPRN_MMCR0, 0); in init_pmu_power8()
355 mtspr(SPRN_MMCR1, 0); in init_pmu_power8()
356 mtspr(SPRN_MMCR2, 0); in init_pmu_power8()
357 mtspr(SPRN_MMCRS, 0); in init_pmu_power8()
390 mtspr(SPRN_MMCRC, 0); in init_pmu_power9()
392 mtspr(SPRN_MMCRA, 0); in init_pmu_power9()
393 mtspr(SPRN_MMCR0, 0); in init_pmu_power9()
394 mtspr(SPRN_MMCR1, 0); in init_pmu_power9()
395 mtspr(SPRN_MMCR2, 0); in init_pmu_power9()
427 mtspr(SPRN_MMCR3, 0); in init_pmu_power10()
428 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_pmu_power10()
429 mtspr(SPRN_MMCR0, MMCR0_PMCCEXT); in init_pmu_power10()
532 mtspr(SPRN_LPCR, lpcr); in feat_enable_dbell()
557 mtspr(SPRN_LPCR, lpcr); in feat_enable_hvi()
576 mtspr(SPRN_PCR, pcr); in feat_enable_mma()