Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/amd/
Dcore.c348 event->hw.config |= AMD64_EVENTSEL_HOSTONLY; in amd_core_hw_config()
572 cpuc->perf_ctr_virt_mask = AMD64_EVENTSEL_HOSTONLY; in amd_pmu_cpu_starting()
1507 cpuc->perf_ctr_virt_mask = AMD64_EVENTSEL_HOSTONLY; in amd_pmu_disable_virt()
/linux-6.1.9/arch/x86/include/asm/
Dperf_event.h42 #define AMD64_EVENTSEL_HOSTONLY (1ULL << 41) macro