Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/events/intel/
Dcstate.c498 static const struct cstate_model icx_cstates __initconst = {
633 X86_MATCH_VFM(INTEL_ICELAKE_X, &icx_cstates),
634 X86_MATCH_VFM(INTEL_ICELAKE_D, &icx_cstates),
635 X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &icx_cstates),
636 X86_MATCH_VFM(INTEL_EMERALDRAPIDS_X, &icx_cstates),
637 X86_MATCH_VFM(INTEL_GRANITERAPIDS_X, &icx_cstates),
638 X86_MATCH_VFM(INTEL_GRANITERAPIDS_D, &icx_cstates),
/linux-6.12.1/drivers/idle/
Dintel_idle.c798 static struct cpuidle_state icx_cstates[] __initdata = { variable
1478 .state_table = icx_cstates,