Home
last modified time | relevance | path

Searched refs:KVM_LARCH_PERF (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dkvmcsr.h106 vcpu->arch.aux_inuse |= KVM_LARCH_PERF; \
H A Dloongarch.c2131 if (vcpu->arch.aux_inuse & KVM_LARCH_PERF) { in kvm_lose_hw_perf()
2147 vcpu->arch.aux_inuse &= ~KVM_LARCH_PERF; in kvm_lose_hw_perf()
2164 if (vcpu->arch.aux_inuse & KVM_LARCH_PERF) { in kvm_restore_hw_perf()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dkvm_host.h177 #define KVM_LARCH_PERF (0x1 << 6) macro

Completed in 4 milliseconds