/kvm-unit-tests/s390x/ |
H A D | epsw.c | 76 "upper 32 bits of first operand unmodified"); in test_epsw() 78 "first operand matches previous reading"); in test_epsw() 92 "upper 32 bits of first operand unmodified"); in test_epsw() 94 "first operand matches previous reading"); in test_epsw()
|
H A D | run | 5 echo "run ./configure && make first. See ./configure -h"
|
H A D | sclp.c | 86 report_info("First failure at addr %p, buf_len %d, cmd %#x, pgm code %d", in test_one_sccb() 92 report_info("First failure at addr %p, buf_len %d, cmd %#x, resp code %#x", in test_one_sccb() 114 * it's enough to clear/copy the first 8 bytes of the buffer, while the SCCB 218 /* addresses with 1 bit set in the first 33 bits */ in test_sccb_high() 221 /* addresses with 2 consecutive bits set in the first 33 bits */ in test_sccb_high()
|
H A D | migration-skey.c | 83 * be filled with the details on the first mismatch encountered. 124 report_fail("page skey mismatch: first page idx = %lu, addr = 0x%lx, " in report_verify_result()
|
H A D | sie.c | 94 /* The first two pages are the lowcore */ in setup_guest()
|
/kvm-unit-tests/lib/ |
H A D | alloc_page.c | 39 /* Physical frame number of the first usable frame in the area */ 41 /* Physical frame number of the first frame outside the area */ 153 * since the first page contains the freelist pointers, and in page_memalign_order() 182 /* We now have a block twice the size, but the first page is dirty. */ in page_memalign_order() 185 /* Put back the first (partially dirty) half of the block */ in page_memalign_order() 212 * - the first parameter is strictly smaller than the second 222 pfn_t first, second, i; in coalesce() local 231 first = pfn - a->base; in coalesce() 234 if ((a->page_states[first] != order) || (a->page_states[second] != order)) in coalesce() 242 assert(a->page_states[first + i] == order); in coalesce() [all …]
|
H A D | rand.c | 115 * @hash: Output hash as a word array, ordered such that the first word contains 116 * the first/leftmost bits of the 256 bit hash 129 * First set up length in bits. in sha256_hash() 173 /* explicitly evaluate the high word first */ in prng64()
|
H A D | alloc.h | 7 * The first is a set of alloc function wrappers for malloc and its
|
/kvm-unit-tests/x86/ |
H A D | intel-iommu.c | 33 /* Modify the first 4 bytes of the page */ in vtd_test_dmar() 44 * DMA the first 4 bytes of the page to EDU device buffer in vtd_test_dmar() 50 * DMA the first 4 bytes of EDU device buffer into the page in vtd_test_dmar()
|
H A D | run | 5 echo "run ./configure && make first. See ./configure -h"
|
H A D | debug.c | 120 * Run the test in usermode. Use the expected start RIP from the first in __run_single_step_db_test() 149 * delay before the first #DB is generated. in singlestep_basic() 224 * STI blocking doesn't suppress #DBs, thus the first single-step #DB in singlestep_with_sti_blocking() 260 * thus the first single-step #DB should occur after MOVSS blocking in singlestep_with_movss_blocking() 399 * STI blocking doesn't suppress #DBs, thus the first single-step #DB in singlestep_with_sti_hlt()
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | smp.h | 18 void *stack; /* must be first member of struct */
|
/kvm-unit-tests/s390x/snippets/c/ |
H A D | sie-dat.c | 33 /* the first unmapped address */ in main()
|
/kvm-unit-tests/lib/s390x/ |
H A D | malloc_io.h | 32 * Returns a pointer to the first page in case of success, NULL otherwise.
|
H A D | css_dump.c | 31 * each letter in the two strings represents the first 60 * each letter in the string represents the first
|
H A D | sie.h | 40 /* Ptr to first guest page */
|
H A D | uv.c | 63 /* Query needs to be called first */ in uv_query_test_call() 72 /* Query needs to be called first */ in uv_get_query_data()
|
/kvm-unit-tests/ |
H A D | .shellcheckrc | 27 # kvm-unit-tests is negligible as it's not shell-heavy in the first
|
/kvm-unit-tests/riscv/ |
H A D | run | 5 echo "run ./configure && make first. See ./configure -h"
|
/kvm-unit-tests/powerpc/ |
H A D | run | 14 echo "run ./configure && make first. See ./configure -h"
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 189 * fdt_first_subnode() - get offset of first direct subnode 193 * Return: offset of first subnode, or -FDT_ERR_NOTFOUND if there is none 202 * After first calling fdt_first_subnode(), call this function repeatedly to 456 * Identical to fdt_subnode_offset(), but only examine the first 499 * Identical to fdt_path_offset(), but only consider the first namelen 559 * fdt_first_property_offset - find the offset of a node's first property 563 * fdt_first_property_offset() finds the first property of the node at 665 * Identical to fdt_get_property(), but only examine the first namelen 760 * Identical to fdt_getprop(), but only examine the first namelen 833 * Identical to fdt_get_alias(), but only examine the first @namelen [all …]
|
/kvm-unit-tests/x86/efi/ |
H A D | elf_x86_64_efi.lds | 10 /* .hash and/or .gnu.hash MUST come first! */
|
H A D | run | 11 echo "run './configure --enable-efi && make' first. See ./configure -h"
|
/kvm-unit-tests/arm/ |
H A D | run | 5 echo "run ./configure && make first. See ./configure -h"
|
/kvm-unit-tests/arm/efi/ |
H A D | run | 9 echo "run './configure --enable-efi && make' first. See ./configure -h"
|