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()
139 mtspr(SPRN_LPID, 0); in __setup_cpu_power7()
140 mtspr(SPRN_AMOR, ~0); in __setup_cpu_power7()
141 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power7()
153 mtspr(SPRN_LPID, 0); in __restore_cpu_power7()
154 mtspr(SPRN_AMOR, ~0); in __restore_cpu_power7()
155 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power7()
168 mtspr(SPRN_LPID, 0); in __setup_cpu_power8()
169 mtspr(SPRN_AMOR, ~0); in __setup_cpu_power8()
170 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power8()
189 mtspr(SPRN_LPID, 0); in __restore_cpu_power8()
190 mtspr(SPRN_AMOR, ~0); in __restore_cpu_power8()
191 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power8()
206 mtspr(SPRN_PSSCR, 0); in __setup_cpu_power9()
207 mtspr(SPRN_LPID, 0); in __setup_cpu_power9()
208 mtspr(SPRN_PID, 0); in __setup_cpu_power9()
209 mtspr(SPRN_AMOR, ~0); in __setup_cpu_power9()
210 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power9()
228 mtspr(SPRN_PSSCR, 0); in __restore_cpu_power9()
229 mtspr(SPRN_LPID, 0); in __restore_cpu_power9()
230 mtspr(SPRN_PID, 0); in __restore_cpu_power9()
231 mtspr(SPRN_AMOR, ~0); in __restore_cpu_power9()
232 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power9()
248 mtspr(SPRN_PSSCR, 0); in __setup_cpu_power10()
249 mtspr(SPRN_LPID, 0); in __setup_cpu_power10()
250 mtspr(SPRN_PID, 0); in __setup_cpu_power10()
251 mtspr(SPRN_AMOR, ~0); in __setup_cpu_power10()
252 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power10()
271 mtspr(SPRN_PSSCR, 0); in __restore_cpu_power10()
272 mtspr(SPRN_LPID, 0); in __restore_cpu_power10()
273 mtspr(SPRN_PID, 0); in __restore_cpu_power10()
274 mtspr(SPRN_AMOR, ~0); in __restore_cpu_power10()
275 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power10()