Searched refs:KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL (Results 1 – 7 of 7) sorted by relevance
89 TEST_REQUIRE(xen_caps & KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL); in main()95 .flags = KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL, in main()
470 .flags = KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL, in main()
63 KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL); in kvm_xen_hypercall_enabled()
1320 u32 permitted_flags = KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL | in kvm_xen_hvm_config()1332 if ((xhc->flags & KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL) && in kvm_xen_hvm_config()
4700 KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL | in kvm_vm_ioctl_check_extension()
552 #define KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL (1 << 1) macro