Home
last modified time | relevance | path

Searched refs:SPRN_PCR (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/arch/powerpc/kernel/
Dcpu_setup_power.S27 mtspr SPRN_PCR,r0
42 mtspr SPRN_PCR,r0
60 mtspr SPRN_PCR,r0
83 mtspr SPRN_PCR,r0
113 mtspr SPRN_PCR,r0
146 mtspr SPRN_PCR,r0
Ddt_cpu_ftrs.c103 mtspr(SPRN_PCR, system_registers.pcr); in __restore_cpu_cpufeatures()
145 mtspr(SPRN_PCR, PCR_MASK); in cpufeatures_setup_cpu()
601 pcr = mfspr(SPRN_PCR); in feat_enable_mma()
603 mtspr(SPRN_PCR, pcr); in feat_enable_mma()
831 system_registers.pcr = mfspr(SPRN_PCR); in cpufeatures_setup_finished()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dsubcore-asm.S72 mtspr SPRN_PCR, r4
/Linux-v5.10/arch/powerpc/include/asm/
Dreg.h482 #define SPRN_PCR 0x152 /* Processor compatibility register */ macro
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S652 mtspr SPRN_PCR, r7
1933 mtspr SPRN_PCR, r6
Dbook3s_hv.c3470 mtspr(SPRN_PCR, vc->pcr | PCR_MASK); in kvmhv_load_hv_regs_and_go()
3557 mtspr(SPRN_PCR, PCR_MASK); in kvmhv_load_hv_regs_and_go()
/Linux-v5.10/arch/powerpc/xmon/
Dxmon.c1955 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()