Searched refs:KVM_LARCH_PMU (Results 1 – 2 of 2) sorted by relevance
118 if (!(vcpu->arch.aux_inuse & KVM_LARCH_PMU)) in kvm_lose_pmu()136 vcpu->arch.aux_inuse &= ~KVM_LARCH_PMU; in kvm_lose_pmu()143 if ((vcpu->arch.aux_inuse & KVM_LARCH_PMU)) in kvm_restore_pmu()151 vcpu->arch.aux_inuse |= KVM_LARCH_PMU; in kvm_check_pmu()387 return (vcpu && !(vcpu->arch.aux_inuse & KVM_LARCH_PMU)); in kvm_arch_pmi_in_guest()
159 #define KVM_LARCH_PMU (0x1 << 4) macro