Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dpmu.h39 #define ARCH_PERFMON_EVENTSEL_CMASK GENMASK_ULL(31, 24) macro
/linux/arch/x86/events/
H A Dcore.c2034 u64 cmask = (config & ARCH_PERFMON_EVENTSEL_CMASK) >> 24; in x86_event_sysfs_show()