Searched refs:kvm_check_request (Results 1 – 10 of 10) sorted by relevance
| /Linux-v4.19/arch/x86/kvm/ |
| D | x86.c | 7398 if (kvm_check_request(KVM_REQ_GET_VMCS12_PAGES, vcpu)) in vcpu_enter_guest() 7400 if (kvm_check_request(KVM_REQ_MMU_RELOAD, vcpu)) in vcpu_enter_guest() 7402 if (kvm_check_request(KVM_REQ_MIGRATE_TIMER, vcpu)) in vcpu_enter_guest() 7404 if (kvm_check_request(KVM_REQ_MASTERCLOCK_UPDATE, vcpu)) in vcpu_enter_guest() 7406 if (kvm_check_request(KVM_REQ_GLOBAL_CLOCK_UPDATE, vcpu)) in vcpu_enter_guest() 7408 if (kvm_check_request(KVM_REQ_CLOCK_UPDATE, vcpu)) { in vcpu_enter_guest() 7413 if (kvm_check_request(KVM_REQ_MMU_SYNC, vcpu)) in vcpu_enter_guest() 7415 if (kvm_check_request(KVM_REQ_LOAD_CR3, vcpu)) in vcpu_enter_guest() 7417 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) in vcpu_enter_guest() 7419 if (kvm_check_request(KVM_REQ_REPORT_TPR_ACCESS, vcpu)) { in vcpu_enter_guest() [all …]
|
| /Linux-v4.19/Documentation/virtual/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. 179 The pair of functions, kvm_check_request() and kvm_make_request(), provide
|
| /Linux-v4.19/arch/s390/kvm/ |
| D | kvm-s390.c | 3138 if (kvm_check_request(KVM_REQ_MMU_RELOAD, vcpu)) { in kvm_s390_handle_requests() 3150 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in kvm_s390_handle_requests() 3155 if (kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu)) { in kvm_s390_handle_requests() 3163 if (kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu)) { in kvm_s390_handle_requests() 3171 if (kvm_check_request(KVM_REQ_ICPT_OPEREXC, vcpu)) { in kvm_s390_handle_requests() 3176 if (kvm_check_request(KVM_REQ_START_MIGRATION, vcpu)) { in kvm_s390_handle_requests() 3186 if (kvm_check_request(KVM_REQ_STOP_MIGRATION, vcpu)) { in kvm_s390_handle_requests() 3758 kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu); in __disable_ibs_on_vcpu() 3776 kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu); in __enable_ibs_on_vcpu()
|
| /Linux-v4.19/virt/kvm/arm/ |
| D | arm.c | 638 if (kvm_check_request(KVM_REQ_SLEEP, vcpu)) in check_vcpu_requests() 645 kvm_check_request(KVM_REQ_IRQ_PENDING, vcpu); in check_vcpu_requests()
|
| /Linux-v4.19/arch/powerpc/kvm/ |
| D | booke.c | 722 if (kvm_check_request(KVM_REQ_PENDING_TIMER, vcpu)) in kvmppc_core_check_requests() 725 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) in kvmppc_core_check_requests() 729 if (kvm_check_request(KVM_REQ_WATCHDOG, vcpu)) { in kvmppc_core_check_requests() 734 if (kvm_check_request(KVM_REQ_EPR_EXIT, vcpu)) { in kvmppc_core_check_requests()
|
| D | book3s_pr.c | 388 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) in kvmppc_core_check_requests_pr()
|
| /Linux-v4.19/include/linux/ |
| D | kvm_host.h | 1157 static inline bool kvm_check_request(int req, struct kvm_vcpu *vcpu) in kvm_check_request() function
|
| /Linux-v4.19/arch/mips/kvm/ |
| D | trap_emul.c | 1100 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in kvm_trap_emul_check_requests()
|
| D | vz.c | 2343 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) { in kvm_vz_check_requests()
|
| D | emulate.c | 984 if (kvm_check_request(KVM_REQ_UNHALT, vcpu)) { in kvm_mips_emul_wait()
|