Searched refs:KVM_LARCH_PMU (Results 1 – 2 of 2) sorted by relevance
124 if (!(vcpu->arch.aux_inuse & KVM_LARCH_PMU)) in kvm_lose_pmu()145 vcpu->arch.aux_inuse &= ~KVM_LARCH_PMU; in kvm_lose_pmu()156 vcpu->arch.aux_inuse |= KVM_LARCH_PMU; in kvm_check_pmu()328 if (vcpu->arch.aux_inuse & KVM_LARCH_PMU) { in kvm_pre_enter_guest()421 return (vcpu && !(vcpu->arch.aux_inuse & KVM_LARCH_PMU)); in kvm_arch_pmi_in_guest()
162 #define KVM_LARCH_PMU (0x1 << 4) macro