Lines Matching refs:mtspr

37 	mtspr(SPRN_LPCR, lpcr);  in init_LPCR_ISA300()
66 mtspr(SPRN_FSCR, fscr); in init_FSCR()
75 mtspr(SPRN_FSCR, fscr); in init_FSCR_power9()
85 mtspr(SPRN_FSCR, fscr); in init_FSCR_power10()
96 mtspr(SPRN_HFSCR, hfscr); in init_HFSCR()
101 mtspr(SPRN_MMCRC, 0); in init_PMU_HV()
106 mtspr(SPRN_MMCRH, 0); in init_PMU_HV_ISA207()
111 mtspr(SPRN_MMCRA, 0); in init_PMU()
112 mtspr(SPRN_MMCR0, MMCR0_FC); in init_PMU()
113 mtspr(SPRN_MMCR1, 0); in init_PMU()
114 mtspr(SPRN_MMCR2, 0); in init_PMU()
119 mtspr(SPRN_MMCRS, 0); in init_PMU_ISA207()
124 mtspr(SPRN_MMCR3, 0); in init_PMU_ISA31()
125 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_PMU_ISA31()
126 mtspr(SPRN_MMCR0, MMCR0_FC | MMCR0_PMCCEXT); in init_PMU_ISA31()
131 mtspr(SPRN_DEXCR, DEXCR_INIT); in init_DEXCR()
132 mtspr(SPRN_HASHKEYR, 0); in init_DEXCR()
145 mtspr(SPRN_LPID, 0); in __setup_cpu_power7()
146 mtspr(SPRN_AMOR, ~0); in __setup_cpu_power7()
147 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power7()
159 mtspr(SPRN_LPID, 0); in __restore_cpu_power7()
160 mtspr(SPRN_AMOR, ~0); in __restore_cpu_power7()
161 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power7()
174 mtspr(SPRN_LPID, 0); in __setup_cpu_power8()
175 mtspr(SPRN_AMOR, ~0); in __setup_cpu_power8()
176 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power8()
195 mtspr(SPRN_LPID, 0); in __restore_cpu_power8()
196 mtspr(SPRN_AMOR, ~0); in __restore_cpu_power8()
197 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power8()
212 mtspr(SPRN_PSSCR, 0); in __setup_cpu_power9()
213 mtspr(SPRN_LPID, 0); in __setup_cpu_power9()
214 mtspr(SPRN_PID, 0); in __setup_cpu_power9()
215 mtspr(SPRN_AMOR, ~0); in __setup_cpu_power9()
216 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power9()
234 mtspr(SPRN_PSSCR, 0); in __restore_cpu_power9()
235 mtspr(SPRN_LPID, 0); in __restore_cpu_power9()
236 mtspr(SPRN_PID, 0); in __restore_cpu_power9()
237 mtspr(SPRN_AMOR, ~0); in __restore_cpu_power9()
238 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power9()
255 mtspr(SPRN_PSSCR, 0); in __setup_cpu_power10()
256 mtspr(SPRN_LPID, 0); in __setup_cpu_power10()
257 mtspr(SPRN_PID, 0); in __setup_cpu_power10()
258 mtspr(SPRN_AMOR, ~0); in __setup_cpu_power10()
259 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power10()
279 mtspr(SPRN_PSSCR, 0); in __restore_cpu_power10()
280 mtspr(SPRN_LPID, 0); in __restore_cpu_power10()
281 mtspr(SPRN_PID, 0); in __restore_cpu_power10()
282 mtspr(SPRN_AMOR, ~0); in __restore_cpu_power10()
283 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power10()