Searched refs:ctrr_test_va (Results 1 – 1 of 1) sorted by relevance
1456 vm_offset_t ctrr_test_va; variable1573 ctrr_test_va = ctrr_test_page + (ro_test_va & PAGE_MASK); in ctrr_test_cpu()1574 ctrr_ro_test_ptr = (void *)ctrr_test_va; in ctrr_test_cpu()1579 ml_expect_fault_begin(ctrr_test_ro_fault_handler, ctrr_test_va); in ctrr_test_cpu()1590 ctrr_test_va = 0; in ctrr_test_cpu()1604 ctrr_test_va = ctrr_test_page + (nx_test_va & PAGE_MASK); in ctrr_test_cpu()1606 …ctrr_nx_test_ptr = ptrauth_sign_unauthenticated((void *)ctrr_test_va, ptrauth_key_function_pointer… in ctrr_test_cpu()1608 ctrr_nx_test_ptr = (void *)ctrr_test_va; in ctrr_test_cpu()1614 ml_expect_fault_begin(ctrr_test_nx_fault_handler, ctrr_test_va); in ctrr_test_cpu()1622 ctrr_test_va = 0; in ctrr_test_cpu()