Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 12 of 12) sorted by relevance

/kvm-unit-tests/powerpc/
H A Dmmu.c22 static void *memory; variable
32 volatile char *m = memory; in tlbie_fn()
77 memory = alloc_vpages(1); in test_tlbie()
78 ptep = install_page(NULL, p[0], memory); in test_tlbie()
80 assert(ptep == install_page(NULL, p[1], memory)); in test_tlbie()
82 assert(ptep == install_page(NULL, p[0], memory)); in test_tlbie()
84 flush_tlb_page((unsigned long)memory); in test_tlbie()
95 flush_tlb_page((unsigned long)memory); in test_tlbie()
101 flush_tlb_page((unsigned long)memory); in test_tlbie()
141 memory = alloc_vpages(1); in test_tlbie_this_cpu()
[all …]
H A Dunittests.cfg12 # that the configured amount of memory (-m <MB>) are correctly setup
32 [migration-memory]
33 file = memory-verify.elf
H A DMakefile.common10 $(TEST_DIR)/memory-verify.elf \
/kvm-unit-tests/riscv/
H A Dflat.lds2 * init::start will pass stacktop to setup() as the base of free memory.
5 * having the following memory layout:
7 * +----------------------+ <-- top of physical memory
/kvm-unit-tests/arm/
H A Dflat.lds2 * init::start will pass stacktop to setup() as the base of free memory.
5 * having the following memory layout:
7 * +----------------------+ <-- top of physical memory
H A Dcstart.S83 ldr r2, =stacktop @ r2,r3 is the base of free memory
H A Dunittests.cfg12 # that the configured amount of memory (-m <MB>) are correctly setup
/kvm-unit-tests/x86/
H A DREADME7 memory size, etc. See file docs/testdev.txt for more details.
33 sieve: heavy memory access with no paging and with paging static and
H A DMakefile.x86_6431 $(TEST_DIR)/ioapic.$(exe) $(TEST_DIR)/memory.$(exe) \
H A Dunittests.cfg178 [memory]
179 file = memory.flat
/kvm-unit-tests/s390x/
H A DMakefile3 tests += $(TEST_DIR)/memory-verify.elf
H A Dunittests.cfg28 [migration-memory]
29 file = memory-verify.elf