Searched refs:mvpg (Results 1 – 4 of 4) sorted by relevance
/kvm-unit-tests/s390x/ |
H A D | mvpg.c | 41 static inline int mvpg(unsigned long r0, void *dest, void *src) in mvpg() function 112 mvpg(KFC(i), buffer, source); in test_exceptions() 129 mvpg(KFC(3), buffer, source); in test_exceptions() 133 mvpg(KFC(i), buffer, source); in test_exceptions() 142 mvpg(0, buffer, (void *)PAGE_MASK); in test_exceptions() 146 mvpg(0, (void *)PAGE_MASK, source); in test_exceptions() 159 cc = mvpg(0, buffer, source); in test_success() 164 cc = mvpg(0, buffer, source); in test_success() 180 cc = mvpg(0, fresh, source); in test_small_loop() 187 cc = mvpg(0, dest, source); in test_small_loop() [all …]
|
H A D | Makefile | 27 tests += $(TEST_DIR)/mvpg.elf 30 tests += $(TEST_DIR)/mvpg-sie.elf 139 $(TEST_DIR)/mvpg-sie.elf: snippets = $(SNIPPET_DIR)/c/mvpg-snippet.gbin
|
H A D | unittests.cfg | 110 [mvpg] 111 file = mvpg.elf 117 [mvpg-sie] 118 file = mvpg-sie.elf
|
/kvm-unit-tests/s390x/snippets/c/ |
H A D | mvpg-snippet.c | 16 static inline int mvpg(unsigned long r0, void *dest, void *src) in mvpg() function 31 mvpg(0, (void *)0x5000, (void *)0x6000); in test_mvpg_real()
|