Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dcore.c2308 if (cpuc->fixed_ctrl_val != cpuc->active_fixed_ctrl_val) { in __intel_pmu_enable_all()
2309 wrmsrl(MSR_ARCH_PERFMON_FIXED_CTR_CTRL, cpuc->fixed_ctrl_val); in __intel_pmu_enable_all()
2310 cpuc->active_fixed_ctrl_val = cpuc->fixed_ctrl_val; in __intel_pmu_enable_all()
2550 cpuc->fixed_ctrl_val &= ~mask; in intel_pmu_disable_fixed()
2879 cpuc->fixed_ctrl_val &= ~mask; in intel_pmu_enable_fixed()
2880 cpuc->fixed_ctrl_val |= bits; in intel_pmu_enable_fixed()
/linux-6.15/arch/x86/events/
H A Dperf_event.h293 u64 fixed_ctrl_val; member