Home
last modified time | relevance | path

Searched refs:KVM_REQ_PMU (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dkvm_host.h40 #define KVM_REQ_PMU KVM_ARCH_REQ(2) macro
/linux/arch/loongarch/kvm/
H A Dvcpu.c147 kvm_make_request(KVM_REQ_PMU, vcpu); in kvm_lose_pmu()
231 if (kvm_check_request(KVM_REQ_PMU, vcpu)) { in kvm_late_check_requests()
329 kvm_make_request(KVM_REQ_PMU, vcpu); in kvm_pre_enter_guest()
675 kvm_make_request(KVM_REQ_PMU, vcpu); in _kvm_setcsr()
H A Dexit.c131 kvm_make_request(KVM_REQ_PMU, vcpu); in kvm_handle_csr()
/linux/arch/x86/include/asm/
H A Dkvm_host.h98 #define KVM_REQ_PMU KVM_ARCH_REQ(10) macro
/linux/arch/x86/kvm/
H A Dx86.c5173 kvm_make_request(KVM_REQ_PMU, vcpu); in kvm_arch_vcpu_load()
11264 if (kvm_check_request(KVM_REQ_PMU, vcpu)) in vcpu_enter_guest()