/kvm-unit-tests/s390x/ |
H A D | firq.c | 46 /* Stop CPU #2. It must succeed because we have at least 3 CPUs */ in test_wait_state_delivery() 58 /* This must not fail because we have at least 3 CPUs */ in test_wait_state_delivery() 62 * We'd have to jump trough some hoops to sense e.g., via SIGP in test_wait_state_delivery()
|
H A D | migration-skey.c | 77 * Storage keys must have been set by set_test_pattern on pagebuf before. 78 * set_test_pattern must have been called with the same seed value. 82 * If there is a mismatch, returned struct will have verify_failed true and will 197 * finished to catch skeys which might not have been migrated in test_skey_migration_parallel()
|
H A D | ex.c | 82 * Clang 15 doesn't like the if below, guard it s.t. we still have the assertion in test_bras() 90 " .error \"right and wrong target must have same offset\"\n" in test_bras()
|
H A D | cpu.S | 22 /* Backup current PSW mask, as we have to restore it on success */
|
/kvm-unit-tests/ |
H A D | LICENSE | 23 have the freedom to distribute copies of free software (and charge for 35 you have. You must make sure that they, too, receive or can get the 46 want its recipients to know that what they have is not the original, so 53 program proprietary. To prevent this, we have made it clear that any 176 However, parties who have received copies, or rights, from you under 177 this License will not have their licenses terminated so long as such 180 5. You are not required to accept this License, since you have not 219 implemented by public license practices. Many people have made 244 later version", you have the option of following the terms and conditions 290 convey the exclusion of warranty; and each file should have at least [all …]
|
H A D | MAINTAINERS | 6 have a question about a particular subset and also to provide a set of names 9 In general, if you have a question about inclusion of a patch, you 25 Odd Fixes: It has a maintainer but they don't have time to do
|
H A D | README.md | 83 you also need to have the "ncat" binary (from the nmap.org project) installed, 125 Any key=val strings can be passed, but some have reserved meanings in 224 Additionally it's helpful to have a common order of file types in patches.
|
H A D | README | 83 you also need to have the "ncat" binary (from the nmap.org project) installed, 125 Any key=val strings can be passed, but some have reserved meanings in 224 Additionally it's helpful to have a common order of file types in patches.
|
H A D | .shellcheckrc | 19 # (e.g., invoking commands with arguments) that break. Should have a
|
/kvm-unit-tests/scripts/ |
H A D | arch-run.bash | 498 local line commit minver errata rest v p s x have 522 have=y 526 have=y 530 have=y 532 have=n 535 have=n 537 have=y 540 have=n 543 have=n 545 have=y [all …]
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt_internal.h | 83 * You should have another method of validating the device tree, such as a 102 * Only use this if you have a fully validated device tree with 139 * Only enable this if you know you have a device tree with the latest 169 * This assumes that libfdt itself does not have any internal bugs. It
|
H A D | fdt_overlay.c | 515 /* We can have overlays without any fixups */ in overlay_fixup_phandles() 549 * application process, when all the phandles have been adjusted and 550 * resolved and you just have to merge overlay into the base device 612 * process, when all the phandles have been adjusted and resolved and 613 * you just have to merge overlay into the base device tree. 629 * Each fragments will have an __overlay__ node. If in overlay_merge() 787 /* if we have a target path use */ in overlay_symbol_update() 871 * The overlay might have been damaged, erase its magic. in fdt_overlay_apply() 876 * The base device tree might have been damaged, erase its in fdt_overlay_apply()
|
H A D | fdt_check.c | 63 /* The root node must have an empty name */ in fdt_check_full()
|
/kvm-unit-tests/lib/ |
H A D | alloc_page.c | 89 * - The allocator must have been initialized 93 * - all pages in the block must have the same block size. 182 /* We now have a block twice the size, but the first page is dirty. */ in page_memalign_order() 208 * Merging will succeed only if both blocks have the same block size and are 217 * - all of the pages of the two blocks must have the same block size 233 /* the two blocks have different sizes, cannot coalesce */ in coalesce() 262 * - all pages in the block have the same block size 294 /* check that all pages of the block have consistent metadata */ in _free_pages() 304 * get the order again since it might have changed after in _free_pages()
|
H A D | alloc_phys.h | 9 * can be allocated, but then have its memory managed by a more
|
/kvm-unit-tests/lib/asm-generic/ |
H A D | pci-host-bridge.h | 16 * Assume we only have single PCI host bridge in a system. in pci_translate_addr()
|
/kvm-unit-tests/lib/x86/ |
H A D | amd_sev.c | 73 * not have to re-implement a #VC handler. Also update the #VC IDT code in setup_amd_sev_es() 75 * have to copy the UEFI GDT entries into KVM-Unit-Tests GDT. in setup_amd_sev_es()
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | cmm.h | 41 * we have to try to execute it and test for an operation exception.
|
/kvm-unit-tests/lib/s390x/ |
H A D | uv.h | 30 /* We need to have a valid primary ASCE to run guests. */ in uv_setup_asces()
|
H A D | smp.c | 172 * Stop the cpu, so we don't have a race between a running cpu in smp_cpu_restart_nolock() 182 * have been performed yet, so wait until the cpu is running. in smp_cpu_restart_nolock() 342 * boot CPU will always have index 0. If the boot CPU was in smp_setup()
|
H A D | css_dump.c | 30 * Try to have a more human representation of the SCSW flags: 59 * Try to have a more human representation of the PMCW flags
|
H A D | sclp.c | 130 * Since we obviously have at least one CPU, just return one. in sclp_get_cpu_num() 232 /* stop once we receive an exception or have protected memory */ in sclp_memory_setup()
|
H A D | fault.c | 23 printf("Type: ?\n"); /* modern/relevant machines have ESOP */ in print_decode_pgm_prot()
|
/kvm-unit-tests/powerpc/ |
H A D | timebase.c | 36 /* Check all CPU nodes have the same value of dec-bits */ in cpu_dec_bits() 43 /* Check amount of CPUs nodes that have the TM flag */ 111 /* POWER CPUs can have a slight (few ticks) variation here */ in test_dec()
|
/kvm-unit-tests/lib/arm/ |
H A D | gic-v3.c | 97 * are cpus that have nearly identical MPIDRs, the only in gicv3_ipi_send_mask() 105 * Sort of open code for_each_cpu in order to have a in gicv3_ipi_send_mask()
|