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