Searched full:wrong (Results 1 – 15 of 15) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | pv-icptcode.c | 173 /* Tests if a wrong vm or vcpu handle results in a validity intercept. */ 195 report_fail("SIE accepted wrong VM SEID, changed bit %d", in test_validity_seid() 201 report(!fails, "No wrong vm handle accepted"); in test_validity_seid() 209 report_fail("SIE accepted wrong CPU SEID, changed bit %d", in test_validity_seid() 215 report(!fails, "No wrong cpu handle accepted"); in test_validity_seid() 254 report(uv_validity_check(&vm), "wrong CR1 validity"); in test_validity_asce()
|
H A D | ex.c | 90 " .error \"right and wrong target must have same offset\"\n" in test_bras() 144 //align (pad with nop), in case the wrong operand is used in test_llgfrl() 172 //align (pad with nop), in case the wrong operand is used in test_crl()
|
H A D | panic-loop-extint.c | 21 * executed. In case it is executed, something went wrong and we want to in ext_int_cleanup()
|
H A D | spec_ex.c | 109 report_fail("Wrong invalid PSW"); in check_invalid_psw()
|
/kvm-unit-tests/x86/ |
H A D | syscall.c | 84 * syscall to syscall32_target, TF cleared and wrong singlestep exception in test_syscall_tf() 100 printf("wrong CS (%#04x)!\n", code_segment_upon_db); in test_syscall_tf()
|
H A D | smptest.c | 13 printf("but wrong cpu %d\n", smp_id()); in ipi_test()
|
H A D | debug.c | 566 * RIP is wrong, or if the handler is executed more than once, the value in main()
|
H A D | vmx_tests.c | 5295 * vmcs are wrong, this will fail. in vmx_mtf_pdpte_test() 9056 * the wrong time, as it were).
|
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt_check.c | 45 /* If we see two root nodes, something is wrong */ in fdt_check_full()
|
/kvm-unit-tests/powerpc/ |
H A D | spapr_vpa.c | 153 /* TCG known fail, could be wrong test, must verify against PowerVM */ in test_vpa()
|
/kvm-unit-tests/arm/ |
H A D | cstart.S | 376 stmia sp, { r0-r12 } @ stored wrong r0 and r1, fix later
|
H A D | gic.c | 117 report_info("cpu%d received IPI from wrong sender %d", in check_acked() 123 report_info("cpu%d received wrong irq %d", in check_acked()
|
/kvm-unit-tests/lib/s390x/ |
H A D | interrupt.c | 303 /* Something went very wrong, stop everything now without printing anything */ in handle_pgm_int()
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 3819 # check for using SPDX-License-Identifier on the wrong line number 6282 …"Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst\n" . … 6633 …"Comparing jiffies is almost always wrong; prefer time_after, time_before and friends\n" . $herecu… 6639 …"Comparing get_jiffies_64() is almost always wrong; prefer time_after64, time_before64 and friends… 7291 "$1 uses number as first arg, sizeof is generally wrong\n" . $herecurr); 7382 "Using yield() is generally wrong. See yield() kernel-doc (sched/core.c)\n" . $herecurr); 7453 # use of NR_CPUS is usually wrong 7465 …"usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_po… 7468 # Use of __ARCH_HAS_<FOO> or ARCH_HAVE_<BAR> is wrong. 7471 … "#define of '$1' is wrong - use Kconfig variables or standard guards instead\n" . $herecurr);
|
H A D | kernel-doc | 1345 emit_warning("${file}:$.", "wrong kernel-doc identifier on line:\n"); 2088 emit_warning("${file}:$.", "wrong kernel-doc identifier on line:\n$_");
|