nested_run_pending  429 arch/x86/kvm/vmx/nested.c 		!to_vmx(vcpu)->nested.nested_run_pending) {
nested_run_pending 1963 arch/x86/kvm/vmx/nested.c 	if (vmx->nested.nested_run_pending &&
nested_run_pending 2176 arch/x86/kvm/vmx/nested.c 	if (vmx->nested.nested_run_pending) {
nested_run_pending 2255 arch/x86/kvm/vmx/nested.c 		if (kvm_mpx_supported() && vmx->nested.nested_run_pending &&
nested_run_pending 2322 arch/x86/kvm/vmx/nested.c 	if (vmx->nested.nested_run_pending &&
nested_run_pending 2330 arch/x86/kvm/vmx/nested.c 	if (kvm_mpx_supported() && (!vmx->nested.nested_run_pending ||
nested_run_pending 2343 arch/x86/kvm/vmx/nested.c 	if (vmx->nested.nested_run_pending &&
nested_run_pending 2802 arch/x86/kvm/vmx/nested.c 	if (to_vmx(vcpu)->nested.nested_run_pending &&
nested_run_pending 3260 arch/x86/kvm/vmx/nested.c 	vmx->nested.nested_run_pending = 1;
nested_run_pending 3290 arch/x86/kvm/vmx/nested.c 		vmx->nested.nested_run_pending = 0;
nested_run_pending 3296 arch/x86/kvm/vmx/nested.c 	vmx->nested.nested_run_pending = 0;
nested_run_pending 3468 arch/x86/kvm/vmx/nested.c 	    vmx->nested.nested_run_pending || kvm_event_needs_reinjection(vcpu);
nested_run_pending 4080 arch/x86/kvm/vmx/nested.c 	WARN_ON_ONCE(vmx->nested.nested_run_pending);
nested_run_pending 5330 arch/x86/kvm/vmx/nested.c 	if (vmx->nested.nested_run_pending)
nested_run_pending 5554 arch/x86/kvm/vmx/nested.c 			if (vmx->nested.nested_run_pending)
nested_run_pending 5612 arch/x86/kvm/vmx/nested.c 		to_vmx(vcpu)->nested.nested_run_pending = 0;
nested_run_pending 5733 arch/x86/kvm/vmx/nested.c 	vmx->nested.nested_run_pending =
nested_run_pending 5771 arch/x86/kvm/vmx/nested.c 	vmx->nested.nested_run_pending = 0;
nested_run_pending 4464 arch/x86/kvm/vmx/vmx.c 	if (to_vmx(vcpu)->nested.nested_run_pending)
nested_run_pending 4478 arch/x86/kvm/vmx/vmx.c 	if (to_vmx(vcpu)->nested.nested_run_pending)
nested_run_pending 5230 arch/x86/kvm/vmx/vmx.c 	WARN_ON_ONCE(vmx->emulation_required && vmx->nested.nested_run_pending);
nested_run_pending 6623 arch/x86/kvm/vmx/vmx.c 	vmx->nested.nested_run_pending = 0;
nested_run_pending 7556 arch/x86/kvm/vmx/vmx.c 	if (to_vmx(vcpu)->nested.nested_run_pending)
nested_run_pending  145 arch/x86/kvm/vmx/vmx.h 	bool nested_run_pending;