Searched refs:SPRN_PCR (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 27 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
|
D | dt_cpu_ftrs.c | 103 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/ |
D | subcore-asm.S | 72 mtspr SPRN_PCR, r4
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | reg.h | 482 #define SPRN_PCR 0x152 /* Processor compatibility register */ macro
|
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_hv_rmhandlers.S | 652 mtspr SPRN_PCR, r7 1933 mtspr SPRN_PCR, r6
|
D | book3s_hv.c | 3470 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/ |
D | xmon.c | 1955 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()
|