Home
last modified time | relevance | path

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

/kvm-unit-tests/s390x/snippets/c/
H A Dsie-dat.c16 static uint8_t test_pages[GUEST_TEST_PAGE_COUNT * PAGE_SIZE] __attribute__((__aligned__(PAGE_SIZE))… variable
22 memset(test_pages, 0, sizeof(test_pages)); in main()
24 force_exit_value((uint64_t)test_pages); in main()
28 test_pages[i * PAGE_SIZE] = 42 + i; in main()