| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/ |
| H A D | header.c | 20 pvr = mfspr(SPRN_PVR); in get_cpuid() 37 if (asprintf(&bufp, "%.8lx", mfspr(SPRN_PVR)) < 0) in get_cpuid_str()
|
| H A D | utils_header.h | 11 #define SPRN_PVR 0x11F /* Processor Version Register */ macro
|
| H A D | perf_regs.c | 198 version = (((mfspr(SPRN_PVR)) >> 16) & 0xFFFF); in arch__intr_reg_mask()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/security/ |
| H A D | spectre_v2.c | 128 #define SPRN_PVR 287 macro 153 is_p9 = ((mfspr(SPRN_PVR) >> 16) & 0xFFFF) == 0x4e; in spectre_v2_test()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | cpu_setup_6xx.S | 331 mfspr r3,SPRN_PVR 371 mfspr r3,SPRN_PVR 402 mfspr r3,SPRN_PVR 464 mfspr r3,SPRN_PVR
|
| H A D | early_32.c | 34 identify_cpu(offset, mfspr(SPRN_PVR)); in early_init()
|
| H A D | dawr.c | 101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
|
| H A D | setup_64.c | 241 (mfspr(SPRN_PVR) & 0xf00) == 0x100) in cpu_ready_for_interrupts() 333 identify_cpu(0, mfspr(SPRN_PVR)); in early_setup() 590 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
|
| H A D | dt_cpu_ftrs.c | 136 cur_cpu_spec->pvr_value = mfspr(SPRN_PVR); in cpufeatures_setup_cpu() 789 unsigned long version = mfspr(SPRN_PVR); in cpufeatures_cpu_quirks()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | pmac32-cpufreq.c | 594 pvr = mfspr(SPRN_PVR); in pmac_cpufreq_init_750FX() 637 PVR_VER(mfspr(SPRN_PVR)) == 0x8003) { in pmac_cpufreq_setup() 675 else if (PVR_VER(mfspr(SPRN_PVR)) == 0x7000) in pmac_cpufreq_setup()
|
| H A D | maple-cpufreq.c | 183 pvr_hi = PVR_VER(mfspr(SPRN_PVR)); in maple_cpufreq_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | stx_gp3.c | 73 pvid = mfspr(SPRN_PVR); in stx_gp3_show_cpuinfo()
|
| H A D | tqm85xx.c | 72 pvid = mfspr(SPRN_PVR); in tqm85xx_show_cpuinfo()
|
| H A D | sbc8548.c | 98 pvid = mfspr(SPRN_PVR); in sbc8548_show_cpuinfo()
|
| H A D | mpc85xx_ads.c | 140 pvid = mfspr(SPRN_PVR); in mpc85xx_ads_show_cpuinfo()
|
| H A D | ksi8560.c | 150 pvid = mfspr(SPRN_PVR); in ksi8560_show_cpuinfo()
|
| H A D | mpc85xx_cds.c | 357 pvid = mfspr(SPRN_PVR); in mpc85xx_cds_show_cpuinfo()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | util.S | 17 #define SPRN_PVR 0x11F /* Processor Version Register */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-hwbreak.c | 27 #define SPRN_PVR 0x11F macro 545 asm __volatile__ ("mfspr %0,%1" : "=r"(pvr) : "i"(SPRN_PVR)); in main()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | subcore.c | 410 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | emulate.c | 140 case SPRN_PVR: in kvmppc_emulate_mfspr()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | pkeys.c | 84 unsigned long pvr = mfspr(SPRN_PVR); in scan_pkey_feature()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | setup.c | 271 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 334 #define SPRN_PVR 0x11F /* Processor Version Register */ macro 660 #define PVR SPRN_PVR /* Processor Version */
|
| /OK3568_Linux_fs/kernel/drivers/net/can/mscan/ |
| H A D | mpc5xxx_can.c | 49 pvr = mfspr(SPRN_PVR); in mpc52xx_can_get_clock()
|