/kvm-unit-tests/s390x/snippets/lib/ |
H A D | snippet-exit.h | 16 mb(); /* host may read any memory written by the guest before */ in force_exit() 23 mb(); /* host may read any memory written by the guest before */ in force_exit_value()
|
/kvm-unit-tests/powerpc/ |
H A D | sprs.c | 17 * the values before the migration. Mismatches are reported as test failures. 87 static uint64_t before[1024], after[1024]; variable 538 memset(before, 0, sizeof(before)); in main() 541 get_sprs(before); in main() 546 before[SPR_SRR0] = mfspr(SPR_SRR0); in main() 547 before[SPR_SRR1] = mfspr(SPR_SRR1); in main() 551 before[895] = mfspr(895); in main() 561 before[SPR_MMCR0] = mfspr(SPR_MMCR0); in main() 562 before[779] = mfspr(SPR_MMCR0); in main() 566 before[SPR_SRR0] = mfspr(SPR_SRR0); in main() [all …]
|
H A D | reloc64.c | 3 * assembly code to avoid the risk of using absolute addresses before
|
/kvm-unit-tests/arm/ |
H A D | pl031.c | 107 uint32_t before = readl(&pl031->dr); in check_rtc_freq() local 114 if (readl(&pl031->dr) != before + seconds_to_wait) in check_rtc_freq() 153 uint32_t before = readl(&pl031->dr); in check_rtc_irq() local 162 writel(before + seconds_to_wait, &pl031->mr); in check_rtc_irq()
|
H A D | Makefile.arm64 | 51 # avoid jump tables before all relocations have been processed
|
H A D | flat.lds | 3 * setup() will then move the FDT and initrd to that base before calling
|
/kvm-unit-tests/lib/ |
H A D | vmalloc.c | 39 * right before the main (aligned) allocation. 100 * which is placed right before the pointer, like for bigger allocations. 112 /* write the magic value right before the returned address */ in vm_alloc_one_page() 218 …assert_msg(vm_available(), "Virtual memory not available. Must check vm_available() before calling… in __setup_vm()
|
H A D | vmalloc.h | 20 /* common/ tests must check availability before calling setup_vm() */
|
H A D | efi.h | 26 * efi_bootinfo_t: stores EFI-related machine info retrieved before exiting EFI
|
H A D | list.h | 54 * Add the given element before the given list head.
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | ptrace.h | 42 /* a0 value before the syscall */
|
/kvm-unit-tests/lib/arm/ |
H A D | setup.c | 263 /* cpu_init must be called before thread_info_init */ in setup() 266 /* mem_init must be called before io_init */ in setup() 380 /* cpu_init must be called before thread_info_init */ in setup_efi() 382 /* mem_init must be called before io_init */ in setup_efi()
|
H A D | gic-v3.c | 81 * Ensure stores to Normal memory are visible to other CPUs before in gicv3_ipi_send_mask() 165 * gicv3_set_redist_base() must be called before
|
H A D | gic-v2.c | 51 * before the IPI will be visible after the interrupt is acknowledged. in gicv2_ipi_send_single()
|
H A D | mmu.c | 117 * break-before-make sequence before making changes to a PTE and
|
/kvm-unit-tests/x86/ |
H A D | kvmclock.c | 150 /* Make sure that the version is read before the data. */ in pvclock_read_begin() 261 rmb(); /* fetch version before time */ in pvclock_read_wallclock() 264 rmb(); /* fetch time before checking version */ in pvclock_read_wallclock()
|
H A D | tsx-ctrl.c | 15 * The value before the transaction is important, so make the in try_transaction()
|
H A D | eventinj.c | 304 be handled before HW interrupt */ in main() 334 printf("Before NP test\n"); in main() 358 printf("Before NMI IRET test\n"); in main() 391 printf("Before NP test\n"); in main()
|
H A D | tscdeadline_latency.c | 120 /* The condition might have triggered already, so check before HLT. */ in main()
|
/kvm-unit-tests/lib/powerpc/ |
H A D | setup.c | 244 * Before calling mem_init we need to move the fdt and initrd in setup() 319 /* cpu_init must be called before mem_init */ in setup() 322 /* mem_init must be called before io_init */ in setup()
|
/kvm-unit-tests/s390x/ |
H A D | cmm.c | 60 report(state & mask_no_translate, "no-translate bit set before reset"); in test_reset_no_translate()
|
H A D | macros.S | 44 /* Store the gr15 value before we allocated the new stack */
|
/kvm-unit-tests/ |
H A D | README | 210 Our chosen order attempts to place the more declarative files before 219 Also run `make shellcheck` before submitting a patch which touches bash
|
H A D | README.md | 210 Our chosen order attempts to place the more declarative files before 219 Also run `make shellcheck` before submitting a patch which touches bash
|
/kvm-unit-tests/riscv/ |
H A D | flat.lds | 3 * setup() will then move the FDT and initrd to that base before calling
|