Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dpmu.h207 kvm_make_request(KVM_REQ_PMU, pmc->vcpu); in pmc_is_globally_enabled()
219 kvm_make_request(KVM_REQ_PMU, pmu_to_vcpu(pmu));
H A Dpmu.c216 kvm_make_request(KVM_REQ_PMU, pmc->vcpu); in pmc_get_pebs_precise_level()
1278 kvm_make_all_cpus_request(kvm, KVM_REQ_PMU);
H A Dx86.c5172 kvm_make_request(KVM_REQ_PMU, vcpu); in kvm_arch_vcpu_load()
11172 if (kvm_check_request(KVM_REQ_PMU, vcpu)) in vcpu_enter_guest()
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h39 #define KVM_REQ_PMU KVM_ARCH_REQ(2) macro
/linux/arch/loongarch/kvm/
H A Dvcpu.c137 * Otherwise set the request bit KVM_REQ_PMU to restore guest PMU in kvm_lose_pmu()
147 kvm_make_request(KVM_REQ_PMU, vcpu); in kvm_lose_pmu()
154 if (kvm_check_request(KVM_REQ_PMU, vcpu)) { in kvm_check_pmu()
330 kvm_make_request(KVM_REQ_PMU, vcpu); in kvm_handle_exit()
662 * If the PMU CSRs are used, we need to set KVM_REQ_PMU. in _kvm_get_cpucfg_mask()
673 kvm_make_request(KVM_REQ_PMU, vcpu); in _kvm_get_cpucfg_mask()
/linux/arch/x86/include/asm/
H A Dkvm_host.h97 #define KVM_REQ_PMU KVM_ARCH_REQ(10) macro