/kvm-unit-tests/ |
H A D | run_tests.sh | 23 -a, --all Run all tests, including those flagged as 'nodefault' 28 -l, --list Only output all tests list 56 args=$(getopt -u -o ag:htj:vl -l all,group:,help,tap13,parallel:,verbose,list,probe-maxsmp -- "$@") 64 -a | --all) 210 # wait until all tasks finish
|
H A D | LICENSE | 14 software--to make sure the software is free for all its users. This 34 gratis or for a fee, you must give the recipients all the rights that 54 patent must be licensed for everyone's free use or not licensed at all. 82 copyright notice and disclaimer of warranty; keep intact all the 93 above, provided that you also meet all of these conditions: 100 part thereof, to be licensed as a whole at no charge to all third 157 code means all the source code for all modules it contains, plus any 186 all its terms and conditions for copying, distributing or modifying 204 may not distribute the Program at all. For example, if a patent 206 all those who receive copies directly or indirectly through you, then [all …]
|
H A D | MAINTAINERS | 33 A trailing slash includes all files and subdirectory files. 34 F: drivers/net/ all files in and below drivers/net 35 F: drivers/net/* all files in drivers/net, but not below 36 F: */net/* all files in "any top level directory"/net 43 matches all files in and below net excluding net/ipv6/
|
H A D | README.md | 52 `make install` will install all tests in PREFIX/share/kvm-unit-tests/tests, 66 to run them all. 68 All tests can be run using QEMU. On arm, arm64, riscv32, and riscv64 tests can 116 inputs, i.e. all args will be available as argv strings in main(). 151 c) by specifying all tests should be run, `./run_tests.sh -a` 167 c) by specifying all tests should be run, `./run_tests.sh -a` 175 all unit tests.
|
H A D | README | 52 `make install` will install all tests in PREFIX/share/kvm-unit-tests/tests, 66 to run them all. 68 All tests can be run using QEMU. On arm, arm64, riscv32, and riscv64 tests can 116 inputs, i.e. all args will be available as argv strings in main(). 151 c) by specifying all tests should be run, `./run_tests.sh -a` 167 c) by specifying all tests should be run, `./run_tests.sh -a` 175 all unit tests.
|
H A D | Makefile | 71 fno_stack_protector_all := $(call cc-option, -fno-stack-protector-all, "") 125 all: directories $(shell (cd $(SRCDIR) && git rev-parse --verify --short=8 HEAD) >build-head 2>/dev… target 127 standalone: all
|
/kvm-unit-tests/lib/ |
H A D | alloc_phys.h | 5 * to be partitioned into regions until all memory is allocated. 33 * phys_alloc_show outputs all currently allocated regions with the 40 * phys_alloc_get_unused allocates all remaining memory from the region
|
H A D | alloc.h | 4 * alloc supplies three ingredients to the test framework that are all 9 * same interface for memory allocation at all stages, even though the
|
H A D | alloc_page.c | 91 * - all pages in the block must be free and not special 93 * - all pages in the block must have the same block size. 158 /* search all free lists for some memory */ in page_memalign_order() 216 * - all of the pages of the two blocks must be free 217 * - all of the pages of the two blocks must have the same block size 262 * - all pages in the block have the same block size 294 /* check that all pages of the block have consistent metadata */ in _free_pages() 502 /* initialize all freelists for the new area */ in _page_alloc_init_area()
|
/kvm-unit-tests/powerpc/ |
H A D | tm.c | 126 bool all; in main() local 139 "TM available in all 'ibm,pa-features' properties"); in main() 141 all = argc == 1 || !strcmp(argv[1], "all"); in main() 144 if (all || strcmp(argv[1], hctests[i].name) == 0) { in main()
|
H A D | spapr_hcall.c | 101 * Test H_RANDOM by calling it a couple of times to check whether all bit 147 int all = 0; in main() local 152 if (argc < 2 || (argc == 2 && !strcmp(argv[1], "all"))) in main() 153 all = 1; in main() 157 if (all || strcmp(argv[1], hctests[i].name) == 0) { in main()
|
H A D | Makefile.common | 23 tests-all = $(tests-common) $(tests) 24 all: directories $(TEST_DIR)/boot_rom.bin $(tests-all) 94 $(tests-all:.elf=.o) $(cstart.o) $(cflatobjs): $(generated-files)
|
H A D | timebase.c | 36 /* Check all CPU nodes have the same value of dec-bits */ in cpu_dec_bits() 312 bool all; in main() local 315 all = argc == 1 || !strcmp(argv[1], "all"); in main() 320 if (!all && argc == 2) in main() 321 all = true; in main() 336 if (all || strcmp(argv[1], hctests[i].name) == 0) { in main()
|
H A D | smp.c | 43 report_abort("Failed to start all secondaries"); in test_start_cpus() 57 report_abort("Failed to stop all secondaries"); in test_start_cpus() 331 bool all; in main() local 334 all = argc == 1 || !strcmp(argv[1], "all"); in main() 339 if (all || strcmp(argv[1], hctests[i].name) == 0) { in main()
|
H A D | mmu.c | 201 bool all; in main() local 211 all = argc == 1 || !strcmp(argv[1], "all"); in main() 216 if (all || strcmp(argv[1], hctests[i].name) == 0) { in main()
|
/kvm-unit-tests/s390x/ |
H A D | pv-ipl.c | 56 * - Mark all cpus as stopped in test_diag_308() 57 * - Unshare all memory in test_diag_308() 74 /* Unshare all memory */ in test_diag_308() 77 report(cc == 0 && rc == 1, "Unshare all"); in test_diag_308()
|
H A D | sclp.c | 191 * SCCBs all over the two pages starting at absolute address 0, thus in test_sccb_prefix() 224 /* addresses with all bits set in bits 0..N */ in test_sccb_high() 227 /* addresses with all bits set in bits N..33 */ in test_sccb_high() 231 /* all the addresses above, but adding the offset of a valid buffer */ in test_sccb_high() 372 /* test all possible valid addresses immediately after the end of memory in test_addressing() 379 * increment by a prime number (times 8) in order to test all in test_addressing() 386 * increment by a prime number (times 8) in order to test all in test_addressing() 429 * Find a valid READ INFO command code; not all codes are always allowed, and
|
/kvm-unit-tests/arm/ |
H A D | Makefile.common | 17 tests-all = $(tests-common) $(tests) 18 all: directories $(tests-all) 120 $(tests-all:.$(exe)=.o) $(cstart.o) $(cflatobjs): $(generated-files)
|
H A D | dummy.c | 8 * know that all is well. in main()
|
H A D | pmu.c | 4 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. 175 /* reset all counters, counting disabled at PMCR level*/ in pmu_reset() 177 /* Disable all counters */ in pmu_reset() 181 /* disable overflow interrupts on all counters */ in pmu_reset() 372 /* reset all counters, counting disabled at PMCR level*/ in pmu_reset() 374 /* Disable all counters */ in pmu_reset() 378 /* disable overflow interrupts on all counters */ in pmu_reset() 414 report_skip("pmevtyper: all events within [0x0, 0x3F] are supported"); in test_event_counter_config() 493 /* disable all counters */ in test_basic_event_count() 496 "pmcntenclr: disable all counters"); in test_basic_event_count() [all …]
|
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt_overlay.c | 147 * overlay_adjust_node_phandles() adds a constant to all the phandles 149 * application process, when we want to update all the overlay 184 * overlay_adjust_local_phandles() adds a constant to all the 186 * application process, when we want to update all the overlay 313 * overlay_update_local_references() update all the phandles pointing 361 * you want all the phandles in the overlay to point to the actual 416 * overlay_fixup_phandle() resolves all the overlay phandles pointed 421 * you want all the phandles in the overlay to point to the actual 499 * overlay_fixup_phandles() resolves all the overlay phandles pointing 503 * process, when you want all the phandles in the overlay to point to [all …]
|
/kvm-unit-tests/scripts/ |
H A D | check-patch.py | 3 # check-patch.py: run checkpatch.pl across all commits in a branch 52 print("\nChecking all commits since %s...\n" % ancestor, flush=True)
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | arm-smccc.h | 4 * All rights reserved.
|
/kvm-unit-tests/riscv/ |
H A D | selftest.c | 52 report(cpumask_full(&cpu_online_mask), "Brought up all cpus"); in check_smp() 63 report(!fail, "All secondaries are idle"); in check_smp()
|
/kvm-unit-tests/x86/ |
H A D | dummy.c | 8 * know that all is well. in main()
|