Searched refs:kvm_test_request (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | x86.h | 202 kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_is_exception_pending()
|
| H A D | x86.c | 5623 events->triple_fault.pending = kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events() 10576 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in kvm_check_nested_events() 11153 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in vcpu_enter_guest() 11552 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_vcpu_has_events() 11558 if (kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_vcpu_has_events() 11564 if (kvm_test_request(KVM_REQ_PMI, vcpu)) in kvm_vcpu_has_events() 11567 if (kvm_test_request(KVM_REQ_UPDATE_PROTECTED_GUEST_STATE, vcpu)) in kvm_vcpu_has_events() 11791 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_arch_dy_runnable() 11793 kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_arch_dy_runnable() 11795 kvm_test_request(KVM_REQ_EVENT, vcpu)) in kvm_arch_dy_runnable()
|
| /linux/include/linux/ |
| H A D | kvm_host.h | 2293 static inline bool kvm_test_request(int req, struct kvm_vcpu *vcpu) in kvm_test_request() function 2305 if (kvm_test_request(req, vcpu)) { in kvm_check_request()
|
| /linux/Documentation/virt/kvm/ |
| H A D | vcpu-requests.rst | 18 bool kvm_test_request(int req, struct kvm_vcpu *vcpu);
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 4779 if (!sp && kvm_test_request(KVM_REQ_MMU_FREE_OBSOLETE_ROOTS, vcpu)) in is_page_fault_stale() 5082 if (kvm_test_request(KVM_REQ_VM_DEAD, vcpu)) in kvm_tdp_mmu_map_private_pfn()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 6146 if (kvm_test_request(KVM_REQ_EVENT, vcpu)) in handle_invalid_guest_state()
|