Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h180 kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_is_exception_pending()
H A Dx86.c5463 events->triple_fault.pending = kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events()
10139 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in kvm_check_nested_events()
10716 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in vcpu_enter_guest()
11095 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_vcpu_has_events()
11101 if (kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_vcpu_has_events()
11107 if (kvm_test_request(KVM_REQ_PMI, vcpu)) in kvm_vcpu_has_events()
11110 if (kvm_test_request(KVM_REQ_UPDATE_PROTECTED_GUEST_STATE, vcpu)) in kvm_vcpu_has_events()
11338 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_arch_dy_runnable()
11340 kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_arch_dy_runnable()
11342 kvm_test_request(KVM_REQ_EVENT, vcpu)) in kvm_arch_dy_runnable()
/linux/include/linux/
H A Dkvm_host.h2259 static inline bool kvm_test_request(int req, struct kvm_vcpu *vcpu) in kvm_test_request() function
2271 if (kvm_test_request(req, vcpu)) { in kvm_check_request()
/linux/Documentation/virt/kvm/
H A Dvcpu-requests.rst18 bool kvm_test_request(int req, struct kvm_vcpu *vcpu);
/linux/arch/x86/kvm/mmu/
H A Dmmu.c4752 if (!sp && kvm_test_request(KVM_REQ_MMU_FREE_OBSOLETE_ROOTS, vcpu)) in is_page_fault_stale()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5785 if (kvm_test_request(KVM_REQ_EVENT, vcpu)) in handle_invalid_guest_state()