Home
last modified time | relevance | path

Searched refs:X86_FEATURE_HYBRID_CPU (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/arch/x86/kvm/
A Dpmu.h171 if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) in kvm_init_pmu_capability()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeatures.h412 #define X86_FEATURE_HYBRID_CPU (18*32+15) /* "" This part has CPUs of more than one type */ macro
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Dcpufeatures.h406 #define X86_FEATURE_HYBRID_CPU (18*32+15) /* "" This part has CPUs of more than one type */ macro
/linux-6.3-rc2/drivers/cpufreq/
A Dintel_pstate.c1487 if (!boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_sysfs_expose_params()
1521 if (!boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_sysfs_remove()
3402 if (boot_cpu_has(X86_FEATURE_HYBRID_CPU)) in intel_pstate_init()
3479 } else if (boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_init()
/linux-6.3-rc2/arch/x86/kernel/
A Dsmpboot.c1489 if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) in native_smp_cpus_done()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dintel.c1565 if (!cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) in get_this_hybrid_cpu_type()
/linux-6.3-rc2/arch/x86/events/
A Dcore.c2978 if (WARN_ON_ONCE(cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) || in perf_get_x86_pmu_capability()
/linux-6.3-rc2/arch/x86/events/intel/
A Dcore.c6585 if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) { in intel_pmu_init()

Completed in 35 milliseconds