Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dperf_event.h30 #define ARCH_PERFMON_EVENTSEL_CMASK 0xFF000000ULL macro
53 ARCH_PERFMON_EVENTSEL_CMASK)
57 ARCH_PERFMON_EVENTSEL_CMASK | \
/arch/x86/oprofile/
Dnmi_int.c54 ARCH_PERFMON_EVENTSEL_CMASK); in op_x86_get_ctrl()
/arch/x86/kvm/
Dpmu.c237 ARCH_PERFMON_EVENTSEL_CMASK | in reprogram_gp_counter()
/arch/x86/kernel/cpu/
Dperf_event.c1486 u64 cmask = (config & ARCH_PERFMON_EVENTSEL_CMASK) >> 24; in x86_event_sysfs_show()