Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/xen/
Dpmu.c443 if (xenpmu_data->pmu.pmu_flags & PMU_SAMPLE_PV) { in xen_guest_state()
478 if (pmu_flags & PMU_SAMPLE_PV) { in xen_convert_regs()
/linux-6.12.1/arch/x86/include/asm/xen/
Dinterface.h321 #define PMU_SAMPLE_PV (1<<3) /* Sample from a PV guest */ macro