Searched refs:PVR_VER (Results 1 – 15 of 15) sorted by relevance
93 if (PVR_VER(pvr) == PVR_POWER8 || PVR_VER(pvr) == PVR_POWER8E || in pkey_initialize()94 PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) == PVR_POWER9) in pkey_initialize()
92 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
291 if (PVR_VER(pvr) & 0x8000) { in show_cpuinfo()292 switch (PVR_VER(pvr)) { in show_cpuinfo()308 switch (PVR_VER(pvr)) { in show_cpuinfo()329 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
806 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()892 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
98 if (PVR_VER(mfspr(SPRN_PVR)) != 1) { in btext_prepare_BAT()
609 if ((PVR_VER(pvr) == PVR_POWER9) && (pvr & 0xe000) == 0) { in init_debug_trig_function()
582 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
708 if (PVR_VER(pvr) == PVR_POWER9) { in update_tlbie_feature_flag()
660 if (PVR_VER(pvr) != PVR_VER_E6500) { in machine_check_e500mc()
410 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
272 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
273 if (PVR_VER(mfspr(SPRN_PVR)) == 1) in smp_psurge_probe()
896 if ((PVR_VER(pvr) == PVR_VER_E500V1) || in spe_mathemu_init()897 (PVR_VER(pvr) == PVR_VER_E500V2)) { in spe_mathemu_init()
1237 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro1240 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))
580 switch (PVR_VER(pvr)) { in kvmppc_set_pvr_pr()