Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dperf_event.h32 #define ARCH_PERFMON_EVENTSEL_INV (1ULL << 23) macro
90 ARCH_PERFMON_EVENTSEL_INV | \
94 ARCH_PERFMON_EVENTSEL_INV | \
/linux/tools/testing/selftests/kvm/include/x86/
H A Dpmu.h35 #define ARCH_PERFMON_EVENTSEL_INV BIT_ULL(23) macro
/linux/arch/x86/events/
H A Dcore.c1988 bool inv = (config & ARCH_PERFMON_EVENTSEL_INV); in x86_event_sysfs_show()