Home
last modified time | relevance | path

Searched refs:no_test_device (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Dfwcfg.h41 extern bool no_test_device;
45 return !no_test_device; in test_device_enabled()
H A Dfwcfg.c10 bool no_test_device; variable
29 no_test_device = !atol(str); in read_cfg_override()
H A Dio.c103 if (no_test_device) in exit()
/kvm-unit-tests/x86/
H A Dhypercall.c55 bool test_vmcall = !no_test_device || is_intel(); in main()
56 bool test_vmmcall = !no_test_device || !is_intel(); in main()
H A Dsyscall.c109 if (!no_test_device || !is_intel()) in main()
H A Deventinj.c144 extern bool no_test_device;