Home
last modified time | relevance | path

Searched refs:PCR_MASK (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c147 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power7()
161 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power7()
176 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power8()
197 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power8()
216 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power9()
238 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power9()
259 mtspr(SPRN_PCR, PCR_MASK); in __setup_cpu_power10()
283 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_power10()
H A Ddt_cpu_ftrs.c125 mtspr(SPRN_PCR, PCR_MASK); in cpufeatures_setup_cpu()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c34 hr->pcr = vc->pcr | PCR_MASK; in kvmhv_save_hv_regs()
73 hr->pcr = swab64(hr->pcr) | PCR_MASK; in byteswap_hv_regs()
145 vc->pcr = hr->pcr | PCR_MASK; in restore_hv_regs()
H A Dbook3s_hv_rmhandlers.S595 LOAD_REG_IMMEDIATE(r6, PCR_MASK)
1485 LOAD_REG_IMMEDIATE(r6, PCR_MASK)
H A Dbook3s_hv.c480 vc->pcr = (host_pcr_bit - guest_pcr_bit) | PCR_MASK; in kvmppc_set_arch_compat()
/linux/arch/powerpc/include/asm/
H A Dreg.h500 #define PCR_MASK ~(PCR_HIGH_BITS | PCR_LOW_BITS) /* PCR Reserved Bits */ macro