Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h419 #define X86_FEATURE_HYBRID_CPU (18*32+15) /* "" This part has CPUs of more than one type */ macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dpmu.h174 if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) in kvm_init_pmu_capability()
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dcpufeatures.h414 #define X86_FEATURE_HYBRID_CPU (18*32+15) /* "" This part has CPUs of more than one type */ macro
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c1549 if (!boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_sysfs_expose_params()
1583 if (!boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_sysfs_remove()
3534 } else if (boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_init()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsmpboot.c608 if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) in x86_die_flags()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dintel.c1380 if (!cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) in get_this_hybrid_cpu_type()
/kernel/linux/linux-6.6/arch/x86/events/
H A Dcore.c2973 if (WARN_ON_ONCE(cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) || in perf_get_x86_pmu_capability()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dcore.c6671 if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) { in intel_pmu_init()
6682 * the X86_FEATURE_HYBRID_CPU is still set. The above codes will in intel_pmu_init()

Completed in 23 milliseconds