Searched refs:xen_caps (Results 1 – 2 of 2) sorted by relevance
83 unsigned int xen_caps; in main() local87 xen_caps = kvm_check_cap(KVM_CAP_XEN_HVM); in main()88 TEST_REQUIRE(xen_caps & KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL); in main()
443 int xen_caps = kvm_check_cap(KVM_CAP_XEN_HVM); in main() local444 TEST_REQUIRE(xen_caps & KVM_XEN_HVM_CONFIG_SHARED_INFO); in main()446 bool do_runstate_tests = !!(xen_caps & KVM_XEN_HVM_CONFIG_RUNSTATE); in main()447 bool do_runstate_flag = !!(xen_caps & KVM_XEN_HVM_CONFIG_RUNSTATE_UPDATE_FLAG); in main()448 bool do_eventfd_tests = !!(xen_caps & KVM_XEN_HVM_CONFIG_EVTCHN_2LEVEL); in main()449 bool do_evtchn_tests = do_eventfd_tests && !!(xen_caps & KVM_XEN_HVM_CONFIG_EVTCHN_SEND); in main()
Completed in 6 milliseconds