Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dcpufeatures.h402 #define X86_FEATURE_HYBRID_CPU (18*32+15) /* "" This part has CPUs of more than one type */ macro
/Linux-v6.1/tools/arch/x86/include/asm/
Dcpufeatures.h399 #define X86_FEATURE_HYBRID_CPU (18*32+15) /* "" This part has CPUs of more than one type */ macro
/Linux-v6.1/drivers/cpufreq/
Dintel_pstate.c1500 if (!boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_sysfs_expose_params()
1534 if (!boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_sysfs_remove()
3413 if (boot_cpu_has(X86_FEATURE_HYBRID_CPU)) in intel_pstate_init()
3490 } else if (boot_cpu_has(X86_FEATURE_HYBRID_CPU)) { in intel_pstate_init()
/Linux-v6.1/arch/x86/kernel/cpu/
Dintel.c1380 if (!cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) in get_this_hybrid_cpu_type()
/Linux-v6.1/arch/x86/kernel/
Dsmpboot.c1485 if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) in native_smp_cpus_done()
/Linux-v6.1/arch/x86/events/intel/
Dcore.c6440 if (cpu_feature_enabled(X86_FEATURE_HYBRID_CPU)) { in intel_pmu_init()