Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/events/amd/
Dcore.c377 event->hw.config |= AMD64_EVENTSEL_HOSTONLY; in amd_core_hw_config()
607 cpuc->perf_ctr_virt_mask = AMD64_EVENTSEL_HOSTONLY; in amd_pmu_cpu_starting()
1579 cpuc->perf_ctr_virt_mask = AMD64_EVENTSEL_HOSTONLY; in amd_pmu_disable_virt()
/linux-6.12.1/arch/x86/include/asm/
Dperf_event.h55 #define AMD64_EVENTSEL_HOSTONLY (1ULL << 41) macro