Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dpmu.h31 #define ARCH_PERFMON_EVENTSEL_PIN_CONTROL BIT_ULL(19) macro
/linux-6.12.1/arch/x86/include/asm/
Dperf_event.h28 #define ARCH_PERFMON_EVENTSEL_PIN_CONTROL (1ULL << 19) macro
96 ARCH_PERFMON_EVENTSEL_PIN_CONTROL | \
/linux-6.12.1/arch/x86/kvm/
Dpmu.c466 if (eventsel & ARCH_PERFMON_EVENTSEL_PIN_CONTROL) in reprogram_counter()
/linux-6.12.1/arch/x86/events/
Dcore.c1968 bool pc = (config & ARCH_PERFMON_EVENTSEL_PIN_CONTROL); in x86_event_sysfs_show()