Home
last modified time | relevance | path

Searched refs:nhm_cstates (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c32 static cstate_t nhm_cstates[NHM_CSTATE_COUNT] = { variable
114 nhm_cstates[id].name, previous_count[id][cpu], in nhm_get_count_percent()
118 nhm_cstates[id].name, in nhm_get_count_percent()
206 .hw_states = nhm_cstates,
/linux-5.19.10/arch/x86/events/intel/
Dcstate.c508 static const struct cstate_model nhm_cstates __initconst = {
624 X86_MATCH_INTEL_FAM6_MODEL(NEHALEM, &nhm_cstates),
625 X86_MATCH_INTEL_FAM6_MODEL(NEHALEM_EP, &nhm_cstates),
626 X86_MATCH_INTEL_FAM6_MODEL(NEHALEM_EX, &nhm_cstates),
628 X86_MATCH_INTEL_FAM6_MODEL(WESTMERE, &nhm_cstates),
629 X86_MATCH_INTEL_FAM6_MODEL(WESTMERE_EP, &nhm_cstates),
630 X86_MATCH_INTEL_FAM6_MODEL(WESTMERE_EX, &nhm_cstates),