Home
last modified time | relevance | path

Searched refs:kvm_check_request (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/
Darm.c634 if (kvm_check_request(KVM_REQ_SLEEP, vcpu)) in check_vcpu_requests()
637 if (kvm_check_request(KVM_REQ_VCPU_RESET, vcpu)) in check_vcpu_requests()
644 kvm_check_request(KVM_REQ_IRQ_PENDING, vcpu); in check_vcpu_requests()
646 if (kvm_check_request(KVM_REQ_RECORD_STEAL, vcpu)) in check_vcpu_requests()
649 if (kvm_check_request(KVM_REQ_RELOAD_GICv4, vcpu)) { in check_vcpu_requests()
1151 if (kvm_check_request(KVM_REQ_VCPU_RESET, vcpu)) in kvm_arch_vcpu_ioctl()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c4353 if (kvm_check_request(KVM_REQ_SMI, vcpu)) in kvm_vcpu_ioctl_x86_get_vcpu_events()
9075 if (kvm_check_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu)) { in vcpu_enter_guest()
9081 if (kvm_check_request(KVM_REQ_MMU_RELOAD, vcpu)) in vcpu_enter_guest()
9083 if (kvm_check_request(KVM_REQ_MIGRATE_TIMER, vcpu)) in vcpu_enter_guest()
9085 if (kvm_check_request(KVM_REQ_MASTERCLOCK_UPDATE, vcpu)) in vcpu_enter_guest()
9087 if (kvm_check_request(KVM_REQ_GLOBAL_CLOCK_UPDATE, vcpu)) in vcpu_enter_guest()
9089 if (kvm_check_request(KVM_REQ_CLOCK_UPDATE, vcpu)) { in vcpu_enter_guest()
9094 if (kvm_check_request(KVM_REQ_MMU_SYNC, vcpu)) in vcpu_enter_guest()
9096 if (kvm_check_request(KVM_REQ_LOAD_MMU_PGD, vcpu)) in vcpu_enter_guest()
9098 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in vcpu_enter_guest()
[all …]
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dvcpu-requests.rst26 bool kvm_check_request(int req, struct kvm_vcpu *vcpu);
30 * with another in kvm_check_request(), prior to setting the request.
179 The pair of functions, kvm_check_request() and kvm_make_request(), provide
/kernel/linux/linux-5.10/arch/s390/kvm/
Dkvm-s390.c3813 if (kvm_check_request(KVM_REQ_MMU_RELOAD, vcpu)) { in kvm_s390_handle_requests()
3825 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in kvm_s390_handle_requests()
3830 if (kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu)) { in kvm_s390_handle_requests()
3838 if (kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu)) { in kvm_s390_handle_requests()
3846 if (kvm_check_request(KVM_REQ_ICPT_OPEREXC, vcpu)) { in kvm_s390_handle_requests()
3851 if (kvm_check_request(KVM_REQ_START_MIGRATION, vcpu)) { in kvm_s390_handle_requests()
3861 if (kvm_check_request(KVM_REQ_STOP_MIGRATION, vcpu)) { in kvm_s390_handle_requests()
4513 kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu); in __disable_ibs_on_vcpu()
4531 kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu); in __enable_ibs_on_vcpu()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbooke.c710 if (kvm_check_request(KVM_REQ_PENDING_TIMER, vcpu)) in kvmppc_core_check_requests()
713 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) in kvmppc_core_check_requests()
717 if (kvm_check_request(KVM_REQ_WATCHDOG, vcpu)) { in kvmppc_core_check_requests()
722 if (kvm_check_request(KVM_REQ_EPR_EXIT, vcpu)) { in kvmppc_core_check_requests()
Dbook3s_pr.c421 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) in kvmppc_core_check_requests_pr()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Davic.c1027 if (kvm_check_request(KVM_REQ_APICV_UPDATE, vcpu)) in svm_vcpu_unblocking()
/kernel/linux/linux-5.10/arch/mips/kvm/
Dtrap_emul.c1084 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in kvm_trap_emul_check_requests()
Dvz.c2438 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in kvm_vz_check_requests()
Demulate.c985 if (kvm_check_request(KVM_REQ_UNHALT, vcpu)) { in kvm_mips_emul_wait()
/kernel/linux/linux-5.10/include/linux/
Dkvm_host.h1328 static inline bool kvm_check_request(int req, struct kvm_vcpu *vcpu) in kvm_check_request() function
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dnested.c3354 if (kvm_check_request(KVM_REQ_TLB_FLUSH_CURRENT, vcpu)) in nested_vmx_enter_non_root_mode()
4493 if (kvm_check_request(KVM_REQ_GET_NESTED_STATE_PAGES, vcpu)) { in nested_vmx_vmexit()
4504 if (kvm_check_request(KVM_REQ_TLB_FLUSH_CURRENT, vcpu)) in nested_vmx_vmexit()