Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 29) sorted by relevance

12

/xen/tools/tests/cpu-policy/
A Dtest-cpu-policy.c43 } tests[] = { in test_vendor_identification() local
60 const struct test *t = &tests[i]; in test_vendor_identification()
114 } tests[] = { in test_cpuid_serialise_success() local
238 } tests[] = { in test_msr_serialise_success() local
283 } tests[] = { in test_cpuid_deserialise_failure() local
361 } tests[] = { in test_msr_deserialise_failure() local
417 } tests[] = { in test_cpuid_out_of_range_clearing() local
564 } tests[] = { in test_is_compatible_success() local
587 struct test *t = &tests[i]; in test_is_compatible_success()
615 } tests[] = { in test_is_compatible_failure() local
[all …]
/xen/xen/arch/x86/
A Dextable.c135 } tests[] __initconst = { in stub_selftest() local
153 for ( i = 0; i < ARRAY_SIZE(tests); ++i ) in stub_selftest()
160 memcpy(ptr, tests[i].opc, ARRAY_SIZE(tests[i].opc)); in stub_selftest()
172 : [stb] "r" (addr), "a" (tests[i].rax)); in stub_selftest()
174 if ( res.raw != tests[i].res.raw ) in stub_selftest()
178 i, (int)ARRAY_SIZE(tests[i].opc), tests[i].opc, in stub_selftest()
179 tests[i].res.fields.trapnr, tests[i].res.fields.ec, in stub_selftest()
/xen/
A D.gitignore231 tools/tests/x86_emulator/*.bin
232 tools/tests/x86_emulator/*.tmp
235 tools/tests/x86_emulator/asm
236 tools/tests/x86_emulator/avx*.[ch]
238 tools/tests/x86_emulator/fma*.[ch]
243 tools/tests/xen-access/xen-access
244 tools/tests/xenstore/xs-test
246 tools/tests/regression/build/*
250 tools/tests/vpci/list.h
251 tools/tests/vpci/vpci.[hc]
[all …]
A DMakefile83 run-tests-%: build-tools-public-headers tools/tests/%/
84 $(MAKE) -C tools/tests/$* run
156 .PHONY: build-tests
157 build-tests: build-xen
158 $(MAKE) -C xen tests
160 .PHONY: install-tests
161 install-tests: install-xen
A DMAINTAINERS488 F: tools/tests/xen-access
538 F: tools/tests/cpu-policy/
539 F: tools/tests/x86_emulator/
568 F: tools/tests/mem-sharing/
/xen/tools/tests/xenstore/
A Dxs-test.c408 struct test tests[] = { variable
481 for ( t = 0; t < ARRAY_SIZE(tests); t++ ) in main()
482 printf("%-10s: %s\n", tests[t].name, tests[t].descr); in main()
507 t = random() % ARRAY_SIZE(tests); in main()
508 ret = call_test(tests + t, iters, true); in main()
512 for ( t = 0; t < ARRAY_SIZE(tests); t++ ) in main()
514 if ( !test || !strcmp(test, tests[t].name) ) in main()
515 ret = call_test(tests + t, iters, false); in main()
/xen/tools/firmware/hvmloader/
A Dtests.c279 } tests[] = { in perform_tests() local
353 for ( i = 0; tests[i].test; i++ ) in perform_tests()
355 printf(" - %s ... ", tests[i].description); in perform_tests()
358 switch ( (*tests[i].test)() ) in perform_tests()
A DMakefile37 OBJS += tests.o
/xen/tools/libxl/
A Dcheck-xl-vcpupin-parse.data-example1 # WARNING: some of these tests are topology based tests.
A Dcheck-xl-vcpupin-parse22 - tests all the generated configurations (reading them back from
/xen/xen/test/
A DMakefile2 tests all: build target
/xen/xen/tools/kconfig/
A DMakefile114 $(PYTHON3) -B -m pytest $(srctree)/$(src)/tests \
115 -o cache_dir=$(abspath $(obj)/tests/.cache) \
117 clean-files += tests/.cache
/xen/automation/scripts/
A Dqemu-smoke-x86-64.sh26 -initrd xtf/tests/example/$k \
/xen/xen/
A DMakefile298 .PHONY: tests
299 tests: target
300 $(MAKE) -f $(BASEDIR)/Rules.mk -C test tests
301 .PHONY: install-tests
302 install-tests:
/xen/tools/tests/x86_emulator/
A Devex-disp8.c912 switch ( tests[i].esz ) in test_group()
916 if ( vl[j] == VL_128 && tests[i].spc == SPC_0f && in test_group()
917 tests[i].opc == 0x12 && tests[i].pfx == PFX_f2 ) in test_group()
919 struct test test = tests[i]; in test_group()
928 test_one(&tests[i], vl[j], instr, ctxt); in test_group()
932 test_pair(&tests[i], vl[j], ESZ_b, "b", ESZ_w, "w", in test_group()
937 test_pair(&tests[i], vl[j], ESZ_d, in test_group()
944 test_pair(&tests[i], vl[j], ESZ_d, "/W0", in test_group()
950 test_pair(&tests[i], vl[j], in test_group()
951 ESZ_d, tests[i].vsz < VSZ_el ? "ps" : "ss", in test_group()
[all …]
/xen/docs/misc/
A Ddistro_mapping.txt23 sufficient to set CONFIG_LEAF_DIR=bork; one must also add tests for the
/xen/tools/fuzz/x86_instruction_emulator/
A DMakefile20 [ -L $* ] || ln -sf $(XEN_ROOT)/tools/tests/x86_emulator/$*
/xen/tools/tests/mce-test/
A DREADME6 most Xen MCE processing code paths and features with automation tests.
/xen/docs/features/
A Dlivepatch.pandoc27 tests in OSSTest that test live patching to ensure that no regressions
A Dfeature-levelling.pandoc173 Please ask on xen-devel for help identifying more specific tests which could
/xen/tools/
A DMakefile40 SUBDIRS-$(CONFIG_TESTS) += tests
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst130 results when the target is up to date and only the tests on
/xen/xen/arch/x86/x86_64/compat/
A Dentry.S33 cli # tests must not race interrupts
/xen/tools/firmware/vgabios/
A DChangeLog1205 * tests/lfbprof/: lfbprof.c (1.2), lfbprof.h (1.2) (utags: v0_3a,
1214 * tests/lfbprof/: Makefile (1.1, v0_4b, v0_4a, v0_3b, v0_3a),
1260 v0_3b, v0_3a), tests/testbios.c (1.1, v0_4b, v0_4a, v0_3b,
/xen/xen/arch/x86/x86_64/
A Dentry.S47 cli # tests must not race interrupts

Completed in 42 milliseconds

12