Home
last modified time | relevance | path

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

/Linux-v5.4/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
106 mtspr SPRN_PCR,r0
132 mtspr SPRN_PCR,r0
Ddt_cpu_ftrs.c104 mtspr(SPRN_PCR, PCR_MASK); in __restore_cpu_cpufeatures()
147 mtspr(SPRN_PCR, PCR_MASK); in cpufeatures_setup_cpu()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsubcore-asm.S72 mtspr SPRN_PCR, r4
/Linux-v5.4/arch/powerpc/include/asm/
Dreg.h477 #define SPRN_PCR 0x152 /* Processor compatibility register */ macro
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S651 mtspr SPRN_PCR, r7
1921 mtspr SPRN_PCR, r6
Dbook3s_hv.c3416 mtspr(SPRN_PCR, vc->pcr | PCR_MASK); in kvmhv_load_hv_regs_and_go()
3496 mtspr(SPRN_PCR, PCR_MASK); in kvmhv_load_hv_regs_and_go()
/Linux-v5.4/arch/powerpc/xmon/
Dxmon.c1834 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()