Home
last modified time | relevance | path

Searched refs:ARCH_PERFMON_EVENTSEL_INV (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dperf_event.h32 #define ARCH_PERFMON_EVENTSEL_INV (1ULL << 23) macro
89 ARCH_PERFMON_EVENTSEL_INV | \
93 ARCH_PERFMON_EVENTSEL_INV | \
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dpmu.h35 #define ARCH_PERFMON_EVENTSEL_INV BIT_ULL(23) macro
/linux-6.12.1/arch/x86/events/
Dcore.c1970 bool inv = (config & ARCH_PERFMON_EVENTSEL_INV); in x86_event_sysfs_show()