Home
last modified time | relevance | path

Searched full:sh (Results 1 – 18 of 18) sorted by relevance

/kvm-unit-tests/
H A D.gitlab-ci.yml31 - 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 DREADME64 ./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 DREADME.md64 ./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 DMakefile128 @scripts/mkstandalone.sh
151 …eck -P $(SRCDIR) -a $(SRCDIR)/run_tests.sh $(SRCDIR)/*/run $(SRCDIR)/*/efi/run $(SRCDIR)/scripts/m…
H A D.travis.yml33 ACCEL="${ACCEL:-tcg}" ./run_tests.sh -v $TESTS | tee results.txt &&
H A D.shellcheckrc12 # In run_tests.sh line 67:
H A DREADME.macOS.md8 tests. They're available in [homebrew](https://brew.sh):
H A Dconfigure444 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 Dgit.difforder7 scripts/*.sh
10 run_tests.sh
H A Dkernel-doc572 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 Dcheckpatch.pl2960 $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 Dunittests.txt4 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 Dcirrus-ci-macos-i386.yml18 - ACCEL=tcg ./run_tests.sh
H A Dcirrus-ci-macos-x86-64.yml18 - ACCEL=tcg ./run_tests.sh
H A Dcirrus-ci-fedora.yml22 - ./run_tests.sh
/kvm-unit-tests/lib/arm/asm/
H A Dpgtable-hwdef.h35 #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 Dio.h21 asm volatile("sh %0, 0(%1)" : : "r" (val), "r" (addr)); in __raw_writew()
/kvm-unit-tests/lib/arm64/asm/
H A Dpgtable-hwdef.h106 #define PTE_SHARED (_AT(pteval_t, 3) << 8) /* SH[1:0], inner shareable */