Searched refs:kvm_test_request (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/arch/x86/kvm/ |
D | x86.h | 104 kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_is_exception_pending()
|
D | x86.c | 5230 events->triple_fault.pending = kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events() 9997 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in kvm_check_nested_events() 10571 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in vcpu_enter_guest() 12845 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_vcpu_has_events() 12851 if (kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_vcpu_has_events() 12857 if (kvm_test_request(KVM_REQ_PMI, vcpu)) in kvm_vcpu_has_events() 12898 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_arch_dy_runnable() 12900 kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_arch_dy_runnable() 12902 kvm_test_request(KVM_REQ_EVENT, vcpu)) in kvm_arch_dy_runnable()
|
/Linux-v6.6/include/linux/ |
D | kvm_host.h | 2098 static inline bool kvm_test_request(int req, struct kvm_vcpu *vcpu) in kvm_test_request() function 2110 if (kvm_test_request(req, vcpu)) { in kvm_check_request()
|
/Linux-v6.6/Documentation/virt/kvm/ |
D | vcpu-requests.rst | 18 bool kvm_test_request(int req, struct kvm_vcpu *vcpu);
|
/Linux-v6.6/arch/x86/kvm/mmu/ |
D | mmu.c | 4357 if (!sp && kvm_test_request(KVM_REQ_MMU_FREE_OBSOLETE_ROOTS, vcpu)) in is_page_fault_stale()
|
/Linux-v6.6/arch/x86/kvm/vmx/ |
D | vmx.c | 5845 if (kvm_test_request(KVM_REQ_EVENT, vcpu)) in handle_invalid_guest_state()
|