Searched refs:nx_pn (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | platform_tests.c | 1514 ppnum_t ro_pn, nx_pn; in ctrr_test_cpu() local 1539 nx_pn = pmap_find_phys(kernel_pmap, nx_test_va); in ctrr_test_cpu() 1540 T_EXPECT(ro_pn && nx_pn, "Expect ro page number and nx page number to be non zero"); in ctrr_test_cpu() 1543 (void *)ctrr_test_page, &ctrr_ro_test, &ctrr_nx_test, ro_pn, nx_pn); in ctrr_test_cpu() 1579 T_LOG("No execute test mapping virtual page %p to CTRR PXN page number %d", ctrr_test_page, nx_pn); in ctrr_test_cpu() 1581 kr = pmap_enter(kernel_pmap, ctrr_test_page, nx_pn, in ctrr_test_cpu()
|