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