Searched full:sh (Results 1 – 18 of 18) sorted by relevance
/kvm-unit-tests/ |
H A D | .gitlab-ci.yml | 31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh 61 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh 75 - EFI_USE_ACPI=y ACCEL=tcg MAX_SMP=8 ./run_tests.sh 91 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh 121 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh 137 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh 152 - ACCEL=tcg ./run_tests.sh 170 - ACCEL=tcg ./run_tests.sh 191 - ACCEL=tcg KVM_UNIT_TESTS_ENV=test-env ./run_tests.sh 204 - ACCEL=tcg KVM_UNIT_TESTS_ENV=test-env ./run_tests.sh [all …]
|
H A D | README | 64 ./run_tests.sh 149 groups = nodefault mygroup : `./run_tests.sh -g mygroup` 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` 181 .: configure script, top-level Makefile, and run_tests.sh
|
H A D | README.md | 64 ./run_tests.sh 149 groups = nodefault mygroup : `./run_tests.sh -g mygroup` 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` 181 .: configure script, top-level Makefile, and run_tests.sh
|
H A D | Makefile | 128 @scripts/mkstandalone.sh 151 …eck -P $(SRCDIR) -a $(SRCDIR)/run_tests.sh $(SRCDIR)/*/run $(SRCDIR)/*/efi/run $(SRCDIR)/scripts/m…
|
H A D | .travis.yml | 33 ACCEL="${ACCEL:-tcg}" ./run_tests.sh -v $TESTS | tee results.txt &&
|
H A D | .shellcheckrc | 12 # In run_tests.sh line 67:
|
H A D | README.macOS.md | 8 tests. They're available in [homebrew](https://brew.sh):
|
H A D | configure | 444 echo "Without enhanced getopt you won't be able to use run_tests.sh." 449 # and shared stuff so that 'make' and run_tests.sh work. 461 ln -sf "$srcdir/run_tests.sh"
|
/kvm-unit-tests/scripts/ |
H A D | git.difforder | 7 scripts/*.sh 10 run_tests.sh
|
H A D | kernel-doc | 572 print ".SH NAME\n"; 575 print ".SH SYNOPSIS\n"; 600 print ".SH ARGUMENTS\n"; 609 print ".SH \"", uc $section, "\"\n"; 623 print ".SH NAME\n"; 626 print ".SH SYNOPSIS\n"; 641 print ".SH Constants\n"; 650 print ".SH \"$section\"\n"; 663 print ".SH NAME\n"; 669 print ".SH SYNOPSIS\n"; [all …]
|
H A D | checkpatch.pl | 2960 $realfile !~ /\.(py|pl|awk|sh)$/) { 3766 } elsif (($checklicenseline == 2) || $realfile =~ /\.(sh|pl|py|awk|tc|yaml)$/) { 3817 next if ($realfile !~ /\.(h|c|rs|s|S|sh|dtsi|dts)$/);
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 4 run_tests.sh is driven by the <arch>/unittests.cfg file. That file defines 10 Detailed output from run_tests.sh unit tests are stored in files under 93 Used to group the test cases for the `run_tests.sh -g ...` run group
|
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-macos-i386.yml | 18 - ACCEL=tcg ./run_tests.sh
|
H A D | cirrus-ci-macos-x86-64.yml | 18 - ACCEL=tcg ./run_tests.sh
|
H A D | cirrus-ci-fedora.yml | 22 - ./run_tests.sh
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | pgtable-hwdef.h | 35 #define L_PTE_SHARED (_AT(pteval_t, 3) << 8) /* SH[1:0], inner shareable */ 108 #define PTE_EXT_SHARED (_AT(pteval_t, 3) << 8) /* SH[1:0], inner shareable */
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | io.h | 21 asm volatile("sh %0, 0(%1)" : : "r" (val), "r" (addr)); in __raw_writew()
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | pgtable-hwdef.h | 106 #define PTE_SHARED (_AT(pteval_t, 3) << 8) /* SH[1:0], inner shareable */
|