Home
last modified time | relevance | path

Searched refs:ARCH_PERFMON_EVENTSEL_ANY (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dpmu.h33 #define ARCH_PERFMON_EVENTSEL_ANY BIT_ULL(21) macro
/linux-6.12.1/arch/x86/include/asm/
Dperf_event.h30 #define ARCH_PERFMON_EVENTSEL_ANY (1ULL << 21) macro
95 ARCH_PERFMON_EVENTSEL_ANY | \
/linux-6.12.1/arch/x86/events/intel/
Dcore.c2838 if (x86_pmu.version > 2 && hwc->config & ARCH_PERFMON_EVENTSEL_ANY) in intel_pmu_enable_fixed()
4147 if (!(event->attr.config & ARCH_PERFMON_EVENTSEL_ANY)) in intel_pmu_hw_config()
4157 event->hw.config |= ARCH_PERFMON_EVENTSEL_ANY; in intel_pmu_hw_config()
4325 ((event->hw.config & ARCH_PERFMON_EVENTSEL_ANY) || in hsw_hw_config()
/linux-6.12.1/arch/x86/events/
Dcore.c1969 bool any = (config & ARCH_PERFMON_EVENTSEL_ANY); in x86_event_sysfs_show()