Home
last modified time | relevance | path

Searched refs:check (Results 1 – 12 of 12) sorted by relevance

/kvm-unit-tests/x86/
H A Dkvmclock_test.c20 int check; /* check cycle ? */ member
47 long i, check = hv_test_info->check; in kvm_clock_test() local
53 if (check == 0) { in kvm_clock_test()
82 static int cycle_test(int check, struct test_info *ti) in cycle_test() argument
88 ti->check = check; in cycle_test()
95 if (check == 1) { in cycle_test()
H A Dunittests.cfg146 check = /sys/module/kvm_intel/parameters/allow_smaller_maxphyaddr=Y
198 check = /sys/module/kvm/parameters/enable_pmu=Y /proc/sys/kernel/nmi_watchdog=0
206 check = /sys/module/kvm/parameters/enable_pmu=Y /proc/sys/kernel/nmi_watchdog=0 /sys/module/kvm/par…
214 check = /sys/module/kvm/parameters/enable_pmu=Y /proc/sys/kernel/nmi_watchdog=0
221 check = /sys/module/kvm/parameters/enable_vmware_backdoor=Y
461 check = /sys/module/kvm_intel/parameters/allow_smaller_maxphyaddr=Y
498 check = /sys/devices/system/clocksource/clocksource0/current_clocksource=tsc
H A Dsvm_npt.c356 #define NPT_V1_TEST(name, prepare, guest_code, check) \ argument
358 default_finished, check }
/kvm-unit-tests/scripts/
H A Dcommon.bash16 local check
31 …ame" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeou…
45 check=""
79 elif [[ $line =~ ^check\ *=\ *(.*)$ ]]; then
80 check=${BASH_REMATCH[1]}
90 …ame" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeou…
H A Druntime.bash83 local check="${CHECK:-$9}"
142 if [ "$check" ]; then
145 check=($check)
H A Dcheckpatch.pl44 my $check = 0;
311 'subjective!' => \$check,
312 'strict!' => \$check,
384 $check_orig = $check;
1390 foreach my $check (@tree_check) {
1391 if (! -e $root . '/' . $check) {
2496 if ($check && report("CHECK", $type, $msg)) {
2904 $check = 1;
2906 $check = $check_orig;
4409 my $check = 0;
[all …]
/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash17 local check=$9
22 …"$cmd" "$testname" "$groups" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$timeo…
38 …"$cmd" "$testname" "$groups pv" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$ti…
/kvm-unit-tests/lib/riscv/
H A Disa.c32 struct isa_check *check = (struct isa_check *)data; in isa_name() local
34 if (isa_match(check->ext, name, len)) in isa_name()
35 check->found = true; in isa_name()
115 struct isa_check *check = info.data; in cpu_has_extension_name() local
125 return check->found; in cpu_has_extension_name()
/kvm-unit-tests/docs/
H A Dunittests.txt116 check
118 check = <path>=<value>
120 Check a file for a particular value before running a test. The check line
121 can contain multiple files to check separated by a space, but each check
/kvm-unit-tests/riscv/
H A Dsbi.c726 int count, check, expected_count, resume_count; in check_hsm() local
807 check = 0; in check_hsm()
832 check++; in check_hsm()
836 …report(check == max_cpus - 1, "all secondary harts have expected register values after hart start"… in check_hsm()
964 check = 0; in check_hsm()
989 check++; in check_hsm()
993 …report(check == resume_count, "supporting secondary harts have expected register values after non-… in check_hsm()
1099 check = 0; in check_hsm()
1122 check = 1; in check_hsm()
1127 …report(check, "secondary hart has expected register values after non-retentive resume with MSB set… in check_hsm()
[all …]
/kvm-unit-tests/
H A DMakefile157 check-kerneldoc:
/kvm-unit-tests/arm/
H A Dcstart.S372 tst sp, #4 @ check stack alignment