Searched refs:kvm_test_request (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dx86.h104 kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu);
H A Dx86.c5436 events->triple_fault.pending = kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu);
10234 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) {
10805 if (kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu)) {
13066 if (kvm_test_request(KVM_REQ_NMI, vcpu) ||
13072 if (kvm_test_request(KVM_REQ_SMI, vcpu) ||
13078 if (kvm_test_request(KVM_REQ_PMI, vcpu))
13121 if (kvm_test_request(KVM_REQ_NMI, vcpu) ||
13123 kvm_test_request(KVM_REQ_SMI, vcpu) ||
13125 kvm_test_request(KVM_REQ_EVENT, vcpu))
/linux-master/include/linux/
H A Dkvm_host.h2172 static inline bool kvm_test_request(int req, struct kvm_vcpu *vcpu) function
2184 if (kvm_test_request(req, vcpu)) {
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c4492 if (!sp && kvm_test_request(KVM_REQ_MMU_FREE_OBSOLETE_ROOTS, vcpu))
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c5843 if (kvm_test_request(KVM_REQ_EVENT, vcpu))

Completed in 419 milliseconds