Home
last modified time | relevance | path

Searched refs:INTEL_CPU_TYPE_ATOM (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dintel-family.h219 INTEL_CPU_TYPE_ATOM = 0x20, enumerator
/linux/arch/x86/kernel/cpu/
H A Dtopology_common.c35 case INTEL_CPU_TYPE_ATOM: return TOPO_CPU_TYPE_EFFICIENCY; in get_topology_cpu_type()
/linux/drivers/cpufreq/
H A Dintel_pstate.c2344 if (cpu_type == INTEL_CPU_TYPE_ATOM) in hwp_get_cpu_scaling()
/linux/arch/x86/events/intel/
H A Dcore.c5364 if (cpu_type == INTEL_CPU_TYPE_ATOM) { in find_hybrid_pmu_for_cpu()