Lines Matching +full:wo +full:- +full:data
28 #include "arch-x86/pmu.h"
30 #include "arch-arm.h"
73 * - XENPMU_MODE_OFF: No PMU virtualization
74 * - XENPMU_MODE_SELF: Guests can profile themselves
75 * - XENPMU_MODE_HV: Guests can profile themselves, dom0 profiles
77 * - XENPMU_MODE_ALL: Only dom0 has access to VPMU and it profiles
87 * - XENPMU_FEATURE_INTEL_BTS: Intel BTS support (ignored on AMD)
88 * - XENPMU_FEATURE_IPC_ONLY: Restrict PMCs to the most minimum set possible.
90 * used to calculate instructions-per-cycle (IPC)
92 * - XENPMU_FEATURE_ARCH_ONLY: Restrict PMCs to the Intel Pre-Defined
102 * Shared PMU data between hypervisor and PV(H) domains.
106 * Architecture-independent fields of xen_pmu_data are WO for the hypervisor
108 * by both the hypervisor and the guest (see arch-$arch/pmu.h).
115 * Physical processor on which the interrupt occurred. On non-privileged
121 * Domain that was interrupted. On non-privileged guests set to DOMID_SELF.
129 /* Architecture-specific information */
138 * c-file-style: "BSD"
139 * c-basic-offset: 4
140 * tab-width: 4
141 * indent-tabs-mode: nil