Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/amd/
H A Dcore.c362 event->hw.config |= AMD64_EVENTSEL_HOSTONLY; in amd_core_hw_config()
590 cpuc->perf_ctr_virt_mask = AMD64_EVENTSEL_HOSTONLY; in amd_pmu_cpu_starting()
1533 cpuc->perf_ctr_virt_mask = AMD64_EVENTSEL_HOSTONLY; in amd_pmu_disable_virt()
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h52 #define AMD64_EVENTSEL_HOSTONLY (1ULL << 41) macro