Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Demulator.c440 static __attribute__((target("sse2"))) void test_sse_exceptions(void *cross_mem) in test_sse_exceptions() argument
445 uint8_t *bytes = cross_mem; // aligned on PAGE_SIZE*2 in test_sse_exceptions()
792 void *cross_mem; in main() local
804 cross_mem = vmap(virt_to_phys(alloc_pages(2)), 2 * PAGE_SIZE); in main()
818 test_sse_exceptions(cross_mem); in main()