Home
last modified time | relevance | path

Searched refs:KVM_EXIT_XEN_HCALL (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dxen_vmcall_test.c112 TEST_ASSERT_EQ(run->xen.type, KVM_EXIT_XEN_HCALL); in main()
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h125 #define KVM_EXIT_XEN_HCALL 1 macro
/linux-6.15/include/uapi/linux/
H A Dkvm.h125 #define KVM_EXIT_XEN_HCALL 1 macro
/linux-6.15/arch/x86/kvm/
H A Dxen.c1754 vcpu->run->xen.type = KVM_EXIT_XEN_HCALL; in kvm_xen_hypercall()
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst7066 #define KVM_EXIT_XEN_HCALL 1
7086 - KVM_EXIT_XEN_HCALL -- synchronously notify user-space about Xen hypercall.