Searched refs:kvm_test_request (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.h | 104 kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_is_exception_pending()
|
H A D | x86.c | 5235 events->triple_fault.pending = kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events() 10003 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in kvm_check_nested_events() 10577 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) { in vcpu_enter_guest() 12851 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_vcpu_has_events() 12857 if (kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_vcpu_has_events() 12863 if (kvm_test_request(KVM_REQ_PMI, vcpu)) in kvm_vcpu_has_events() 12904 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_arch_dy_runnable() 12906 kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_arch_dy_runnable() 12908 kvm_test_request(KVM_REQ_EVENT, vcpu)) in kvm_arch_dy_runnable()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kvm_host.h | 1318 static inline bool kvm_test_request(int req, struct kvm_vcpu *vcpu) in kvm_test_request() function 1330 if (kvm_test_request(req, vcpu)) { in kvm_check_request()
|
/kernel/linux/linux-6.6/include/linux/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.c | 11044 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_vcpu_has_events() 11049 if (kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_vcpu_has_events() 11080 if (kvm_test_request(KVM_REQ_NMI, vcpu) || in kvm_arch_dy_runnable() 11081 kvm_test_request(KVM_REQ_SMI, vcpu) || in kvm_arch_dy_runnable() 11082 kvm_test_request(KVM_REQ_EVENT, vcpu)) in kvm_arch_dy_runnable()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 4357 if (!sp && kvm_test_request(KVM_REQ_MMU_FREE_OBSOLETE_ROOTS, vcpu)) in is_page_fault_stale()
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.c | 5552 if (kvm_test_request(KVM_REQ_EVENT, vcpu)) in handle_invalid_guest_state()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 5854 if (kvm_test_request(KVM_REQ_EVENT, vcpu)) in handle_invalid_guest_state()
|
Completed in 61 milliseconds