Home
last modified time | relevance | path

Searched refs:PVR_VER (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpkeys.c86 if (PVR_VER(pvr) == PVR_POWER8 || PVR_VER(pvr) == PVR_POWER8E || in scan_pkey_feature()
87 PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) == PVR_POWER9) in scan_pkey_feature()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsetup-common.c291 if (PVR_VER(pvr) & 0x8000) { in show_cpuinfo()
292 switch (PVR_VER(pvr)) { in show_cpuinfo()
308 switch (PVR_VER(pvr)) { in show_cpuinfo()
326 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
H A Ddawr.c101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
H A Dsysfs.c911 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()
1006 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
H A Dmce.c652 if ((PVR_VER(pvr) == PVR_POWER9) && (pvr & 0xe000) == 0) { in init_debug_trig_function()
H A Dsetup_64.c590 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
H A Ddt_cpu_ftrs.c765 if (PVR_VER(pvr) == PVR_POWER9) { in update_tlbie_feature_flag()
H A Dtraps.c660 if (PVR_VER(pvr) != PVR_VER_E6500) { in machine_check_e500mc()
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A Dutils_header.h12 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
H A Dheader.c22 nb = scnprintf(buffer, sz, "%lu,%lu$", PVR_VER(pvr), PVR_REV(pvr)); in get_cpuid()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpmac32-cpufreq.c637 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 Dmaple-cpufreq.c183 pvr_hi = PVR_VER(mfspr(SPRN_PVR)); in maple_cpufreq_init()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dsubcore.c410 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath_efp.c896 if ((PVR_VER(pvr) == PVR_VER_E500V1) || in spe_mathemu_init()
897 (PVR_VER(pvr) == PVR_VER_E500V2)) { in spe_mathemu_init()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dsetup.c271 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h1269 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
1272 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c130 ver = PVR_VER(pvr); in checkcpu()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h858 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_pr.c616 switch (PVR_VER(pvr)) { in kvmppc_set_pvr_pr()