Home
last modified time | relevance | path

Searched full:before (Results 1 – 25 of 73) sorted by relevance

123

/kvm-unit-tests/s390x/snippets/lib/
H A Dsnippet-exit.h16 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 Dsprs.c17 * 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 Dreloc64.c3 * assembly code to avoid the risk of using absolute addresses before
/kvm-unit-tests/arm/
H A Dpl031.c107 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 DMakefile.arm6451 # avoid jump tables before all relocations have been processed
H A Dflat.lds3 * setup() will then move the FDT and initrd to that base before calling
/kvm-unit-tests/lib/
H A Dvmalloc.c39 * 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 Dvmalloc.h20 /* common/ tests must check availability before calling setup_vm() */
H A Defi.h26 * efi_bootinfo_t: stores EFI-related machine info retrieved before exiting EFI
H A Dlist.h54 * Add the given element before the given list head.
/kvm-unit-tests/lib/riscv/asm/
H A Dptrace.h42 /* a0 value before the syscall */
/kvm-unit-tests/lib/arm/
H A Dsetup.c263 /* 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 Dgic-v3.c81 * 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 Dgic-v2.c51 * before the IPI will be visible after the interrupt is acknowledged. in gicv2_ipi_send_single()
H A Dmmu.c117 * break-before-make sequence before making changes to a PTE and
/kvm-unit-tests/x86/
H A Dkvmclock.c150 /* 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 Dtsx-ctrl.c15 * The value before the transaction is important, so make the in try_transaction()
H A Deventinj.c304 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 Dtscdeadline_latency.c120 /* The condition might have triggered already, so check before HLT. */ in main()
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c244 * 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 Dcmm.c60 report(state & mask_no_translate, "no-translate bit set before reset"); in test_reset_no_translate()
H A Dmacros.S44 /* Store the gr15 value before we allocated the new stack */
/kvm-unit-tests/
H A DREADME210 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 DREADME.md210 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 Dflat.lds3 * setup() will then move the FDT and initrd to that base before calling

123