Home
last modified time | relevance | path

Searched full:all (Results 1 – 25 of 115) sorted by relevance

12345

/kvm-unit-tests/
H A Drun_tests.sh23 -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 DLICENSE14 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 DMAINTAINERS33 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 DREADME.md52 `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 DREADME52 `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 DMakefile71 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 Dalloc_phys.h5 * 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 Dalloc.h4 * 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 Dalloc_page.c91 * - 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 Dtm.c126 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 Dspapr_hcall.c101 * 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 DMakefile.common23 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 Dtimebase.c36 /* 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 Dsmp.c43 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 Dmmu.c201 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 Dpv-ipl.c56 * - 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 Dsclp.c191 * 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 DMakefile.common17 tests-all = $(tests-common) $(tests)
18 all: directories $(tests-all)
120 $(tests-all:.$(exe)=.o) $(cstart.o) $(cflatobjs): $(generated-files)
H A Ddummy.c8 * know that all is well. in main()
H A Dpmu.c4 * 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 Dfdt_overlay.c147 * 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 Dcheck-patch.py3 # 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 Darm-smccc.h4 * All rights reserved.
/kvm-unit-tests/riscv/
H A Dselftest.c52 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 Ddummy.c8 * know that all is well. in main()

12345