Searched refs:kvm_check_request (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/arch/arm64/kvm/ |
D | arm.c | 681 if (kvm_check_request(KVM_REQ_SLEEP, vcpu)) in check_vcpu_requests() 684 if (kvm_check_request(KVM_REQ_VCPU_RESET, vcpu)) in check_vcpu_requests() 691 kvm_check_request(KVM_REQ_IRQ_PENDING, vcpu); in check_vcpu_requests() 693 if (kvm_check_request(KVM_REQ_RECORD_STEAL, vcpu)) in check_vcpu_requests() 696 if (kvm_check_request(KVM_REQ_RELOAD_GICv4, vcpu)) { in check_vcpu_requests() 704 if (kvm_check_request(KVM_REQ_RELOAD_PMU, vcpu)) in check_vcpu_requests() 1242 if (kvm_check_request(KVM_REQ_VCPU_RESET, vcpu)) in kvm_arch_vcpu_ioctl()
|
/Linux-v5.15/arch/x86/kvm/ |
D | x86.c | 4512 if (kvm_check_request(KVM_REQ_SMI, vcpu)) in kvm_vcpu_ioctl_x86_get_vcpu_events() 8848 if (kvm_check_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in kvm_check_nested_events() 9445 if (kvm_check_request(KVM_REQ_VM_BUGGED, vcpu)) { in vcpu_enter_guest() 9449 if (kvm_check_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu)) { in vcpu_enter_guest() 9455 if (kvm_check_request(KVM_REQ_MMU_RELOAD, vcpu)) in vcpu_enter_guest() 9457 if (kvm_check_request(KVM_REQ_MIGRATE_TIMER, vcpu)) in vcpu_enter_guest() 9459 if (kvm_check_request(KVM_REQ_MASTERCLOCK_UPDATE, vcpu)) in vcpu_enter_guest() 9461 if (kvm_check_request(KVM_REQ_GLOBAL_CLOCK_UPDATE, vcpu)) in vcpu_enter_guest() 9463 if (kvm_check_request(KVM_REQ_CLOCK_UPDATE, vcpu)) { in vcpu_enter_guest() 9468 if (kvm_check_request(KVM_REQ_MMU_SYNC, vcpu)) in vcpu_enter_guest() [all …]
|
/Linux-v5.15/Documentation/virt/kvm/ |
D | vcpu-requests.rst | 26 bool kvm_check_request(int req, struct kvm_vcpu *vcpu); 30 * with another in kvm_check_request(), prior to setting the request. 181 The pair of functions, kvm_check_request() and kvm_make_request(), provide
|
/Linux-v5.15/arch/powerpc/kvm/ |
D | booke.c | 736 if (kvm_check_request(KVM_REQ_PENDING_TIMER, vcpu)) in kvmppc_core_check_requests() 739 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) in kvmppc_core_check_requests() 743 if (kvm_check_request(KVM_REQ_WATCHDOG, vcpu)) { in kvmppc_core_check_requests() 748 if (kvm_check_request(KVM_REQ_EPR_EXIT, vcpu)) { in kvmppc_core_check_requests()
|
D | book3s_pr.c | 422 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) in kvmppc_core_check_requests_pr()
|
/Linux-v5.15/arch/s390/kvm/ |
D | kvm-s390.c | 3849 if (kvm_check_request(KVM_REQ_MMU_RELOAD, vcpu)) { in kvm_s390_handle_requests() 3861 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in kvm_s390_handle_requests() 3866 if (kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu)) { in kvm_s390_handle_requests() 3874 if (kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu)) { in kvm_s390_handle_requests() 3882 if (kvm_check_request(KVM_REQ_ICPT_OPEREXC, vcpu)) { in kvm_s390_handle_requests() 3887 if (kvm_check_request(KVM_REQ_START_MIGRATION, vcpu)) { in kvm_s390_handle_requests() 3897 if (kvm_check_request(KVM_REQ_STOP_MIGRATION, vcpu)) { in kvm_s390_handle_requests() 4546 kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu); in __disable_ibs_on_vcpu() 4564 kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu); in __enable_ibs_on_vcpu()
|
/Linux-v5.15/arch/x86/kvm/svm/ |
D | avic.c | 1010 if (kvm_check_request(KVM_REQ_APICV_UPDATE, vcpu)) in svm_vcpu_unblocking()
|
D | nested.c | 754 WARN_ON_ONCE(kvm_check_request(KVM_REQ_TRIPLE_FAULT, vcpu)); in nested_svm_vmexit()
|
/Linux-v5.15/arch/mips/kvm/ |
D | emulate.c | 961 if (kvm_check_request(KVM_REQ_UNHALT, vcpu)) { in kvm_mips_emul_wait()
|
D | vz.c | 2436 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in kvm_vz_check_requests()
|
/Linux-v5.15/arch/x86/kvm/vmx/ |
D | nested.c | 3363 if (kvm_check_request(KVM_REQ_TLB_FLUSH_CURRENT, vcpu)) in nested_vmx_enter_non_root_mode() 4506 WARN_ON_ONCE(kvm_check_request(KVM_REQ_TRIPLE_FAULT, vcpu)); in nested_vmx_vmexit() 4508 if (kvm_check_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu)) { in nested_vmx_vmexit() 4519 if (kvm_check_request(KVM_REQ_TLB_FLUSH_CURRENT, vcpu)) in nested_vmx_vmexit()
|
/Linux-v5.15/include/linux/ |
D | kvm_host.h | 1643 static inline bool kvm_check_request(int req, struct kvm_vcpu *vcpu) in kvm_check_request() function
|
/Linux-v5.15/virt/kvm/ |
D | kvm_main.c | 3185 if (kvm_check_request(KVM_REQ_UNBLOCK, vcpu)) in kvm_vcpu_check_block()
|