/kvm-unit-tests/docs/ |
H A D | unittests.txt | 7 provide multiple test cases by being run with different host configurations 41 For <arch>/ directories that support multiple architectures, this restricts 47 For those architectures that support multiple machine types, this restricts 62 be used to pass arguments into the test case argv. Multiple parameters can 98 can contain multiple files to check separated by a space, but each check
|
/kvm-unit-tests/s390x/ |
H A D | macros.S | 56 /* Save fp register on stack: offset to SP is multiple of reg number */ 69 /* and offset to SP is a multiple of reg number */
|
H A D | sie.c | 69 report_skip("epdx: Multiple Epoch Facility is not available"); in test_epoch_ext()
|
H A D | intercept.c | 94 * area and our ram size is a multiple of 8k, after SPX aligns in test_spx()
|
H A D | topology.c | 203 report(IS_ALIGNED(info->length, 8), "Length %d multiple of 8", info->length); in stsi_check_header()
|
H A D | css.c | 531 * No matter if multiple-subchannel-set facility is installed, bit 47 in test_stsch()
|
/kvm-unit-tests/ |
H A D | MAINTAINERS | 37 One pattern per line. Multiple F: lines acceptable. 51 One regex pattern per line. Multiple K: lines acceptable.
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | ptrace.h | 69 * exception. Note that sizeof(struct pt_regs) has to be a multiple of 16 (for
|
/kvm-unit-tests/scripts/ |
H A D | common.bash | 86 # way to specify multiple alternatives, so we will have to rethink this if things
|
H A D | runtime.bash | 137 # the check line can contain multiple files to check separated by a space
|
H A D | kernel-doc | 1211 # The type may have multiple words, 1212 # and multiple IDs can be defined, like: 2067 # strip leading/trailing/multiple spaces 2470 May be specified multiple times. 2476 May be specified multiple times. 2494 May be specified multiple times.
|
H A D | arch-run.bash | 379 # some QEMU versions report multiple panic events
|
H A D | checkpatch.pl | 106 multiple git commits with: 198 print("Multiple levels / Undetermined"); 3347 # A commit match can span multiple lines so this block attempts to find a 4095 # check for multiple consecutive blank lines 4100 "Please don't use multiple blank lines\n" . $hereprev) && 4189 # (but not if it is a multiple line "if (foo) return bar; else return baz;") 4506 # check for dereferences that span multiple lines 4515 "Avoid multiple line dereference - prefer '$ref'\n" . $hereprev); 5008 # "Multiple spaces after return type\n" . $herecurr); 5419 # check for multiple assignments [all …]
|
H A D | get_maintainer.pl | 1035 --separator [, ] => separator for multiple entries on 1 line 1082 Multiple lines and # comments are allowed. 1947 maintainers are appropriate. You may enter multiple selections separated
|
/kvm-unit-tests/lib/ |
H A D | rand.c | 118 * Calculate the SHA-256 hash of the input where the input must be a multiple of
|
/kvm-unit-tests/lib/s390x/ |
H A D | sclp.c | 71 * With multiple CPUs we might need to wait for another CPU's in sclp_mark_busy()
|
H A D | sie.c | 165 * Thus we use the next multiple of 4GB after the end of physical in sie_guest_alloc()
|
H A D | smp.c | 348 * across multiple invocations. in smp_setup()
|
/kvm-unit-tests/x86/ |
H A D | apic.c | 439 report(ok, "multiple nmi"); in test_multiple_nmi() 822 report(!f, "IPI to multiple targets using logical flat mode"); in test_logical_ipi_xapic() 847 report(!f, "IPI to multiple targets using logical cluster mode"); in test_logical_ipi_xapic()
|
H A D | pmu_pebs.c | 376 report_prefix_pushf("Multiple (0x%lx)", bitmask); in check_pebs_counters()
|
H A D | access.c | 441 * Skip testing multiple reserved bits to shorten the test. Reserved bit in ac_test_legal() 442 * page faults are terminal and multiple reserved bits do not affect the in ac_test_legal()
|
H A D | vmx.c | 1935 * start from the beginning. This can be called multiple times per test.
|
/kvm-unit-tests/lib/x86/ |
H A D | setup.c | 220 * The 'buffer' contains multiple descriptors that describe memory in setup_memory_allocator()
|
/kvm-unit-tests/riscv/ |
H A D | sbi-sse.c | 240 sbiret_report_error(&ret, SBI_SUCCESS, "Read multiple attributes"); in sse_test_attrs() 248 …report_fail("Attribute 0x%x single value read (0x%lx) differs from the one read with multiple attr… in sse_test_attrs()
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 516 * ambiguous (that is if there are multiple nodes at the relevant
|