Home
last modified time | relevance | path

Searched refs:triple_fault (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dtriple_fault_event_test.c100 events.triple_fault.pending = true; in main()
108 TEST_ASSERT(events.triple_fault.pending, in main()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dkvm.h364 } triple_fault; member
/linux-6.3-rc2/tools/arch/x86/include/uapi/asm/
A Dkvm.h364 } triple_fault; member
/linux-6.3-rc2/arch/x86/kvm/
A Dkvm_emulate.h226 void (*triple_fault)(struct x86_emulate_ctxt *ctxt); member
A Dx86.c5147 events->triple_fault.pending = kvm_test_request(KVM_REQ_TRIPLE_FAULT, vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events()
5256 if (events->triple_fault.pending) in kvm_vcpu_ioctl_x86_set_vcpu_events()
8264 .triple_fault = emulator_triple_fault,
9900 kvm_x86_ops.nested_ops->triple_fault(vcpu); in kvm_check_nested_events()
10451 kvm_x86_ops.nested_ops->triple_fault(vcpu); in vcpu_enter_guest()
A Demulate.c2317 ctxt->ops->triple_fault(ctxt); in em_rsm()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h1753 void (*triple_fault)(struct kvm_vcpu *vcpu); member
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dnested.c1757 .triple_fault = nested_svm_triple_fault,
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dnested.c7047 .triple_fault = nested_vmx_triple_fault,
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst1230 can be set in flags field to signal that the triple_fault field contains

Completed in 81 milliseconds