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

/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dpmu.h33 #define ARCH_PERFMON_EVENTSEL_ANY BIT_ULL(21) macro
/linux-master/arch/x86/include/asm/
H A Dperf_event.h30 #define ARCH_PERFMON_EVENTSEL_ANY (1ULL << 21) macro
93 ARCH_PERFMON_EVENTSEL_ANY | \
/linux-master/arch/x86/events/intel/
H A Dcore.c2778 if (x86_pmu.version > 2 && hwc->config & ARCH_PERFMON_EVENTSEL_ANY)
4084 if (!(event->attr.config & ARCH_PERFMON_EVENTSEL_ANY))
4094 event->hw.config |= ARCH_PERFMON_EVENTSEL_ANY;
4262 ((event->hw.config & ARCH_PERFMON_EVENTSEL_ANY) ||
/linux-master/arch/x86/events/
H A Dcore.c1964 bool any = (config & ARCH_PERFMON_EVENTSEL_ANY);

Completed in 173 milliseconds