Searched refs:nhm_cstates (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/power/cpupower/utils/idle_monitor/ |
| H A 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,
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | cstate.c | 436 static const struct cstate_model nhm_cstates __initconst = { 578 X86_MATCH_VFM(INTEL_NEHALEM, &nhm_cstates), 579 X86_MATCH_VFM(INTEL_NEHALEM_EP, &nhm_cstates), 580 X86_MATCH_VFM(INTEL_NEHALEM_EX, &nhm_cstates), 582 X86_MATCH_VFM(INTEL_WESTMERE, &nhm_cstates), 583 X86_MATCH_VFM(INTEL_WESTMERE_EP, &nhm_cstates), 584 X86_MATCH_VFM(INTEL_WESTMERE_EX, &nhm_cstates),
|