Searched refs:PVR_VER (Results 1 – 25 of 25) sorted by relevance
124 if (PVR_VER(pvr) == PVR_VER_E500MC || PVR_VER(pvr) == PVR_VER_E5500) in init_e500_pmu()127 else if (PVR_VER(pvr) != PVR_VER_E500V1 && PVR_VER(pvr) != PVR_VER_E500V2) in init_e500_pmu()
496 if (PVR_VER(pvr) != PVR_970 && PVR_VER(pvr) != PVR_970MP && in init_ppc970_pmu()497 PVR_VER(pvr) != PVR_970FX && PVR_VER(pvr) != PVR_970GX) in init_ppc970_pmu()
396 if (PVR_VER(pvr) != PVR_POWER8E && PVR_VER(pvr) != PVR_POWER8NVL && in init_power8_pmu()397 PVR_VER(pvr) != PVR_POWER8) in init_power8_pmu()
452 if (PVR_VER(pvr) != PVR_POWER7 && PVR_VER(pvr) != PVR_POWER7p) in init_power7_pmu()455 if (PVR_VER(pvr) == PVR_POWER7p) in init_power7_pmu()
112 if (PVR_VER(pvr) != PVR_VER_E6500) in init_e6500_pmu()
613 if (PVR_VER(pvr) != PVR_POWER10) in init_power10_pmu()647 if (PVR_VER(pvr) != PVR_POWER11) in init_power11_pmu()
1707 if (PVR_VER(pvr) == PVR_POWER8 || PVR_VER(pvr) == PVR_POWER8E || in hv_24x7_init()1708 PVR_VER(pvr) == PVR_POWER8NVL) in hv_24x7_init()
470 if (PVR_VER(pvr) != PVR_POWER9) in init_power9_pmu()
558 if (PVR_VER(pvr) != PVR_POWER6) in init_power6_pmu()
625 if (PVR_VER(pvr) != PVR_POWER5) in init_power5_pmu()
684 if (PVR_VER(pvr) != PVR_POWER5p) in init_power5p_pmu()
1049 if (PVR_VER(mfspr(SPRN_PVR)) >= PVR_POWER10) in hv_gpci_init()
91 if (PVR_VER(pvr) == PVR_POWER8 || PVR_VER(pvr) == PVR_POWER8E || in scan_pkey_feature()92 PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) == PVR_POWER9 || in scan_pkey_feature()93 PVR_VER(pvr) == PVR_HX_C2000) in scan_pkey_feature()
101 if (PVR_VER(mfspr(SPRN_PVR)) == PVR_POWER9) { in dawr_force_setup()
282 if (PVR_VER(pvr) & 0x8000) { in show_cpuinfo()283 switch (PVR_VER(pvr)) { in show_cpuinfo()299 switch (PVR_VER(pvr)) { in show_cpuinfo()317 maj, min, PVR_VER(pvr), PVR_REV(pvr)); in show_cpuinfo()
639 pvr = PVR_VER(mfspr(SPRN_PVR)); in initialize_cache_info()
922 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in register_cpu_online()1018 if (PVR_VER(cur_cpu_spec->pvr_value) == PVR_VER_E6500) { in unregister_cpu_online()
659 if ((PVR_VER(pvr) == PVR_POWER9) && (pvr & 0xe000) == 0) { in init_debug_trig_function()
751 if (PVR_VER(pvr) == PVR_POWER9) { in update_tlbie_feature_flag()
654 if (PVR_VER(pvr) != PVR_VER_E6500) { in machine_check_e500mc()
424 pvr_ver = PVR_VER(mfspr(SPRN_PVR)); in subcore_init()
255 pvr = PVR_VER(mfspr(SPRN_PVR)); in pmac_setup_arch()
899 if ((PVR_VER(pvr) == PVR_VER_E500V1) || in spe_mathemu_init()900 (PVR_VER(pvr) == PVR_VER_E500V2)) { in spe_mathemu_init()
1248 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */ macro1251 #define pvr_version_is(pvr) (PVR_VER(mfspr(SPRN_PVR)) == (pvr))
594 switch (PVR_VER(pvr)) { in kvmppc_set_pvr_pr()
Completed in 74 milliseconds