Searched refs:cross_mem (Results 1 – 1 of 1) sorted by relevance
440 static __attribute__((target("sse2"))) void test_sse_exceptions(void *cross_mem) in test_sse_exceptions() argument445 uint8_t *bytes = cross_mem; // aligned on PAGE_SIZE*2 in test_sse_exceptions()792 void *cross_mem; in main() local804 cross_mem = vmap(virt_to_phys(alloc_pages(2)), 2 * PAGE_SIZE); in main()818 test_sse_exceptions(cross_mem); in main()