Searched refs:nhm_cstates (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
D | nhm_idle.c | 32 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,
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
D | cstate.c | 504 static const struct cstate_model nhm_cstates __initconst = { 598 X86_MATCH_INTEL_FAM6_MODEL(NEHALEM, &nhm_cstates), 599 X86_MATCH_INTEL_FAM6_MODEL(NEHALEM_EP, &nhm_cstates), 600 X86_MATCH_INTEL_FAM6_MODEL(NEHALEM_EX, &nhm_cstates), 602 X86_MATCH_INTEL_FAM6_MODEL(WESTMERE, &nhm_cstates), 603 X86_MATCH_INTEL_FAM6_MODEL(WESTMERE_EP, &nhm_cstates), 604 X86_MATCH_INTEL_FAM6_MODEL(WESTMERE_EX, &nhm_cstates),
|