| /xnu-10002.81.5/EXTERNAL_HEADERS/ |
| H A D | ptrauth.h | 57 ptrauth_key_function_pointer = ptrauth_key_process_independent_code, enumerator 244 ptrauth_auth_and_resign(__value, __old_key, __old_data, ptrauth_key_function_pointer, 0) 310 __ptrauth(ptrauth_key_function_pointer,0,0) 314 __ptrauth(ptrauth_key_function_pointer,1,0) 316 __ptrauth(ptrauth_key_function_pointer,1,0) 318 __ptrauth(ptrauth_key_function_pointer,1,0) 320 __ptrauth(ptrauth_key_function_pointer,1,0) 322 __ptrauth(ptrauth_key_function_pointer,1,0) 324 __ptrauth(ptrauth_key_function_pointer,1,0) 330 __ptrauth(ptrauth_key_function_pointer,1,0xbbbf) [all …]
|
| /xnu-10002.81.5/tests/ |
| H A D | text_corruption_helper.c | 43 addr = ptrauth_strip(&foo, ptrauth_key_function_pointer); in main() 50 addr = ptrauth_strip(&atan, ptrauth_key_function_pointer); in main()
|
| H A D | ecc_test_helper.c | 150 addr = (void *)ptrauth_strip(&foo, ptrauth_key_function_pointer); in main() 157 addr = (void *)ptrauth_strip(&atan, ptrauth_key_function_pointer); in main()
|
| H A D | vm_test_code_signing_helper.c | 124 mychdir = ptrauth_sign_unauthenticated(mychdir, ptrauth_key_function_pointer, 0); in main()
|
| H A D | user_msrs.c | 211 pc = ptrauth_sign_unauthenticated(pc, ptrauth_key_function_pointer, 0); in sig_caught()
|
| H A D | pfz.c | 49 #define COMMPAGE_PFZ_FN_AUTH_KEY ptrauth_key_function_pointer
|
| H A D | exc_helpers.c | 226 pc = ptrauth_sign_unauthenticated(pc, ptrauth_key_function_pointer, 0); in catch_mach_exception_raise_state_identity()
|
| H A D | backtracing_tests.c | 50 __ptrauth(ptrauth_key_function_pointer, 1, 0xd707)
|
| H A D | vm_test_mach_map.c | 1734 map_addr = (vm_address_t)(uintptr_t)ptrauth_strip(addr, ptrauth_key_function_pointer);
|
| H A D | stackshot_tests.m | 979 __ptrauth(ptrauth_key_function_pointer, 1, 0xd707) 985 …yncstack_frame(x) ((uintptr_t)(void *)ptrauth_strip((void *)(x), ptrauth_key_function_pointer) + 1)
|
| /xnu-10002.81.5/osfmk/arm/ |
| H A D | cpu_common.c | 223 …xfunc = ptrauth_auth_function(cpu_data_ptr->cpu_xcall_p0, ptrauth_key_function_pointer, cpu_data_p… in cpu_handle_xcall() 234 …xfunc = ptrauth_auth_function(cpu_data_ptr->cpu_imm_xcall_p0, ptrauth_key_function_pointer, cpu_da… in cpu_handle_xcall() 282 …uth_auth_and_resign(func, ptrauth_key_function_pointer, ptrauth_type_discriminator(broadcastFunc),… in cpu_broadcast_xcall_internal() 393 …uth_auth_and_resign(func, ptrauth_key_function_pointer, ptrauth_type_discriminator(broadcastFunc),… in cpu_xcall_internal()
|
| /xnu-10002.81.5/bsd/dev/dtrace/scripts/ |
| H A D | ptrauth_arm64.d | 51 ptrauth_key_function_pointer = ptrauth_key_process_independent_code, enumerator
|
| /xnu-10002.81.5/osfmk/mach/arm/ |
| H A D | _structs.h | 264 ptrauth_auth_and_resign(__f, ptrauth_key_function_pointer, 0, \ 273 ptrauth_key_function_pointer, 0)) : __f); \ 319 ptrauth_auth_and_resign(__f, ptrauth_key_function_pointer, 0, \ 328 ptrauth_key_function_pointer, 0)) : __f); __tsp->__opaque_flags &= \
|
| /xnu-10002.81.5/libkern/c++/ |
| H A D | OSRuntime.cpp | 41 …R(x) ((uintptr_t) ptrauth_strip(ptrauth_nop_cast(void *, (x)), ptrauth_key_function_pointer)) 367 structor = ptrauth_strip(structor, ptrauth_key_function_pointer); in OSRuntimeSignStructorsInSegment() 368 …structor = ptrauth_sign_unauthenticated(structor, ptrauth_key_function_pointer, ptrauth_function_p… in OSRuntimeSignStructorsInSegment()
|
| H A D | OSMetaClass.cpp | 228 pfn = ptrauth_auth_and_resign(pfn, ptrauth_key_function_pointer, in _ptmf2ptf() 230 ptrauth_key_function_pointer, in _ptmf2ptf() 265 pfn = ptrauth_auth_and_resign(pfn, ptrauth_key_function_pointer, in _ptmf2ptf() 266 auth_data, ptrauth_key_function_pointer, in _ptmf2ptf()
|
| /xnu-10002.81.5/libkern/libkern/ |
| H A D | Block_private.h | 50 ptrauth_key_function_pointer, 0, \ 96 …ptrauth_auth_and_resign(fn, ptrauth_key_function_pointer, ptrauth_function_pointer_type_discrimina… in prepareWrite()
|
| /xnu-10002.81.5/libsyscall/wrappers/ |
| H A D | _libkernel_init.h | 54 __ptrauth(ptrauth_key_function_pointer,1, \
|
| /xnu-10002.81.5/bsd/kern/ |
| H A D | kern_newsysctl.c | 232 ptrauth_key_function_pointer, in sysctl_register_oid_locked() 234 ptrauth_key_function_pointer, in sysctl_register_oid_locked() 377 ptrauth_key_function_pointer, in sysctl_unregister_oid() 380 ptrauth_key_function_pointer, in sysctl_unregister_oid() 1801 ptrauth_key_function_pointer, in sysctl_root() 1804 ptrauth_key_function_pointer, in sysctl_root()
|
| /xnu-10002.81.5/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 243 pc = ptrauth_sign_unauthenticated(pc, ptrauth_key_function_pointer, 0); in catch_mach_exception_raise_state_identity()
|
| /xnu-10002.81.5/libkern/os/ |
| H A D | base.h | 364 __ptrauth(ptrauth_key_function_pointer, 1, ptrauth_string_discriminator(type))
|
| /xnu-10002.81.5/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 439 …serspace ? (register_t)ptrauth_strip((void *)&_was_in_userspace, ptrauth_key_function_pointer) : 0; in machine_trace_thread64()
|
| H A D | kdp_vm.c | 356 …serspace ? (register_t)ptrauth_strip((void *)&_was_in_userspace, ptrauth_key_function_pointer) : 0; in kern_collectth_state()
|
| /xnu-10002.81.5/osfmk/arm64/ |
| H A D | platform_tests.c | 1539 …ctrr_nx_test_ptr = ptrauth_sign_unauthenticated((void *)ctrr_test_va, ptrauth_key_function_pointer… in ctrr_test_cpu()
|
| H A D | status.c | 825 ptrauth_key_function_pointer, 0, thread->machine.jop_pid); in machine_thread_function_pointers_convert_from_user()
|
| H A D | machine_routines.c | 2663 ptrauth_key_function_pointer); in ml_expect_fault_pc_begin()
|