Home
last modified time | relevance | path

Searched refs:kvm_test_request (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/arch/x86/kvm/
Dx86.h128 kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_is_exception_pending()
Dx86.c5392 events->triple_fault.pending = kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events()
10201 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in kvm_check_nested_events()
10774 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in vcpu_enter_guest()
11133 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_vcpu_has_events()
11139 if (kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_vcpu_has_events()
11145 if (kvm_test_request(KVM_REQ_PMI, vcpu)) in kvm_vcpu_has_events()
11148 if (kvm_test_request(KVM_REQ_UPDATE_PROTECTED_GUEST_STATE, vcpu)) in kvm_vcpu_has_events()
11377 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_arch_dy_runnable()
11379 kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_arch_dy_runnable()
11381 kvm_test_request(KVM_REQ_EVENT, vcpu)) in kvm_arch_dy_runnable()
/linux-6.14.4/include/linux/
Dkvm_host.h2260 static inline bool kvm_test_request(int req, struct kvm_vcpu *vcpu) in kvm_test_request() function
2272 if (kvm_test_request(req, vcpu)) { in kvm_check_request()
/linux-6.14.4/Documentation/virt/kvm/
Dvcpu-requests.rst18 bool kvm_test_request(int req, struct kvm_vcpu *vcpu);
/linux-6.14.4/arch/x86/kvm/mmu/
Dmmu.c4524 if (!sp && kvm_test_request(KVM_REQ_MMU_FREE_OBSOLETE_ROOTS, vcpu)) in is_page_fault_stale()
/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx.c5895 if (kvm_test_request(KVM_REQ_EVENT, vcpu)) in handle_invalid_guest_state()