Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kvm/
H A Dvcpu.c118 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()
/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_host.h159 #define KVM_LARCH_PMU (0x1 << 4) macro