Home
last modified time | relevance | path

Searched full:g (Results 1 – 25 of 55) sorted by relevance

123

/kvm-unit-tests/
H A D.gitlab-ci.yml294 sclp-1g
295 sclp-3g
419 - sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
420 - sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
421 - sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
473 - sed -e "s|[@]CI_REPOSITORY_URL@|$CI_REPOSITORY_URL|g"
474 -e "s|[@]CI_COMMIT_REF_NAME@|$CI_COMMIT_REF_NAME|g"
475 -e "s|[@]CI_COMMIT_SHA@|$CI_COMMIT_SHA|g"
521 sclp-1g
522 sclp-3g
H A D.shellcheckrc5 # Possibilities, e.g., -
19 # (e.g., invoking commands with arguments) that break. Should have a
H A Drun_tests.sh19 Usage: $0 [-h] [-v] [-a] [-g group] [-j NUM-TASKS] [-t] [-l]
25 -g, --group Only execute tests in the given group
34 ACCEL QEMU accelerator to use, e.g. 'kvm', 'hvf' or 'tcg'
68 -g | --group)
H A DREADME112 runner's -g option.
125 which can then be accessed in the usual ways, e.g. VAL = getenv("KEY").
150 groups = nodefault mygroup : `./run_tests.sh -g mygroup`
H A DREADME.md112 runner's -g option.
125 which can then be accessed in the usual ways, e.g. VAL = getenv("KEY").
150 groups = nodefault mygroup : `./run_tests.sh -g mygroup`
/kvm-unit-tests/lib/
H A Drand.c72 enum alphabet { A, B, C, D, E, F, G, H, }; enumerator
91 ch(w_hash[E], w_hash[F], w_hash[G]) + in sha256_chunk()
97 w_hash[H] = w_hash[G]; in sha256_chunk()
98 w_hash[G] = w_hash[F]; in sha256_chunk()
H A Dalloc.h10 * implementations may change with the stage, e.g. pre/post paging.
H A Dalloc_phys.h10 * sophisticated allocator, e.g. a page allocator.
/kvm-unit-tests/x86/efi/
H A Drun49 # run in UEFI, some test cases, e.g. `x86/pmu.c`, require more free memory. A
54 # to x86/run. This `smp` flag overrides any previous `smp` flags (e.g.,
/kvm-unit-tests/s390x/snippets/asm/
H A Dicpt-loop.S4 * control block intercepts. E.g. when manipulating the PV handles.
/kvm-unit-tests/lib/arm/
H A Dsetup.c129 * - The first 1G (arm/arm64) in arm_memregions_add_assumed()
130 * - 512M at 256G (arm64, arm uses highmem=off) in arm_memregions_add_assumed()
131 * - 512G at 512G (arm64, arm uses highmem=off) in arm_memregions_add_assumed()
H A Dmmu.c209 /* 3G-4G region is reserved for vmalloc, cap phys_end at 3G */ in setup_mmu()
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl101 -g, --git treat FILE as a single commit or git revision range
177 while ($text =~ /(?:(\bCHK|\bWARN|\bERROR|&\{\$msg_level})\s*\(|\$msg_type\s*=)\s*"([^"]+)"/g) {
217 $message =~ s/\n/\n\t/g;
234 $line =~ s/\s*\n?$//g;
235 $line =~ s/^\s*//g;
236 $line =~ s/\s+/ /g;
310 'g|git!' => \$git,
408 $word =~ s/\s*\n?$//g;
409 $word =~ s/^\s*//g;
410 $word =~ s/\s+/ /g;
[all …]
H A Dget_maintainer.pl178 $line =~ s/\s*\n?$//g;
179 $line =~ s/^\s*//g;
180 $line =~ s/\s+/ /g;
342 $value =~ s@\.@\\\.@g; ##Convert . to \.
343 $value =~ s/\*/\.\*/g; ##Convert * to .*
344 $value =~ s/\?/\./g; ##Convert ? to .
423 … \,\.\+-]*\s*[\,]*\s*[\(\<\{]{0,1}[A-Za-z0-9_\.\+-]+\@[A-Za-z0-9\.-]+\.[A-Za-z0-9]+[\)\>\}]{0,1}$g;
449 s/^\s+|\s+$//g; #trim
703 $value =~ s@\.@\\\.@g; ##Convert . to \.
704 $value =~ s/\*/\.\*/g; ##Convert * to .*
[all …]
H A Dkernel-doc667 $declaration =~ s/\t/ /g;
668 $declaration =~ s/\n/"\n.br\n.BI \"/g;
1021 $declaration =~ s/\t/$lineprefix/g;
1208 $arg =~ s/:\s*\d+\s*//g;
1210 $arg =~ s/\[.*\]//g;
1217 $arg =~ s/\s*,\s*/,/g;
1242 $members =~ s/(\{[^\{\}]*\})//g;
1248 $declaration =~ s/([\{;])/$1\n/g;
1249 $declaration =~ s/\}\s+;/};/g;
1356 $members =~ s/\([^;]*?[\)]//g;
[all …]
/kvm-unit-tests/docs/
H A Dunittests.txt93 Used to group the test cases for the `run_tests.sh -g ...` run group
95 - Tests in the "nodefault" group are not run by default (with no -g option).
/kvm-unit-tests/s390x/
H A Dmigration-sck.c42 * sophisticated (e.g. slowly adjust to the host TOD). in test_sck_migration()
H A Dfirq.c62 * We'd have to jump trough some hoops to sense e.g., via SIGP in test_wait_state_delivery()
H A Dcstart64.S76 /* setup cr0, enabling e.g. AFP-register control */
/kvm-unit-tests/x86/
H A Dunittests.cfg264 qemu_params = -cpu max,+svm -m 4g
271 qemu_params = -cpu max,+svm -overcommit cpu-pm=on -m 4g
278 qemu_params = -cpu max,+svm -m 4g
H A Dpku.c143 // TODO: implicit kernel access from ring 3 (e.g. int) in main()
/kvm-unit-tests/lib/ppc64/
H A Dmmu.c179 /* 32G address is reserved for vmalloc, cap phys_end at 31G */ in setup_mmu()
/kvm-unit-tests/lib/x86/asm/
H A Ddebugreg.h8 * DR6_ACTIVE_LOW combines fixed-1 and active-low bits (e.g. RTM), and is also
/kvm-unit-tests/lib/riscv/
H A Dsetup.c97 * start in the 3G-4G range, which is reserved for virtual addresses, in mem_allocator_init()
/kvm-unit-tests/powerpc/
H A Dunittests.cfg19 qemu_params = -m 1g

123