Searched refs:PMAP_TEST_VA (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/osfmk/tests/ |
| H A D | pmap_tests.c | 55 #define PMAP_TEST_VA (0xDEAD << PAGE_SHIFT) macro 117 kr = pmap_enter(new_pmap, PMAP_TEST_VA, phys_page, in test_pmap_enter_disconnect() 126 pmap_remove(new_pmap, PMAP_TEST_VA, PMAP_TEST_VA + PAGE_SIZE); in test_pmap_enter_disconnect() 170 …pmap_test_thread_args args = {.pmap = new_pmap, .stop = FALSE, .va = PMAP_TEST_VA, .pn = phys_page… in test_pmap_compress_remove() 190 pmap_remove(new_pmap, PMAP_TEST_VA, PMAP_TEST_VA + PAGE_SIZE); in test_pmap_compress_remove() 490 kr = pmap_enter(new_pmap, PMAP_TEST_VA + (PAGE_SIZE * alias), phys_page, in test_pmap_page_protect_overhead() 501 pmap_remove(new_pmap, PMAP_TEST_VA, PMAP_TEST_VA + (num_aliases * PAGE_SIZE)); in test_pmap_page_protect_overhead()
|