Home
last modified time | relevance | path

Searched refs:ptrauth_key_function_pointer (Results 1 – 22 of 22) sorted by relevance

/xnu-8019.80.24/EXTERNAL_HEADERS/
H A Dptrauth.h57 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-8019.80.24/tests/
H A Dtext_corruption_helper.c43 addr = ptrauth_strip(&foo, ptrauth_key_function_pointer); in main()
50 addr = ptrauth_strip(&atan, ptrauth_key_function_pointer); in main()
H A Dvm_test_code_signing_helper.c131 mychdir = ptrauth_sign_unauthenticated(mychdir, ptrauth_key_function_pointer, 0); in main()
H A Duser_msrs.c227 pc = ptrauth_sign_unauthenticated(pc, ptrauth_key_function_pointer, 0); in sig_caught()
H A Dpfz.c49 #define COMMPAGE_PFZ_FN_AUTH_KEY ptrauth_key_function_pointer
H A Dexc_helpers.c211 pc = ptrauth_sign_unauthenticated(pc, ptrauth_key_function_pointer, 0); in catch_mach_exception_raise_state_identity()
H A Dbacktracing_tests.c45 __ptrauth(ptrauth_key_function_pointer, 1, 0xd707)
H A Dvm_test_mach_map.c1718 map_addr = (vm_address_t)(uintptr_t)ptrauth_strip(addr, ptrauth_key_function_pointer);
H A Dstackshot_tests.m885 __ptrauth(ptrauth_key_function_pointer, 1, 0xd707)
891 …yncstack_frame(x) ((uintptr_t)(void *)ptrauth_strip((void *)(x), ptrauth_key_function_pointer) + 1)
/xnu-8019.80.24/osfmk/arm/
H A Dcpu_common.c222 …xfunc = ptrauth_auth_function(cpu_data_ptr->cpu_xcall_p0, ptrauth_key_function_pointer, cpu_data_p… in cpu_handle_xcall()
233 …xfunc = ptrauth_auth_function(cpu_data_ptr->cpu_imm_xcall_p0, ptrauth_key_function_pointer, cpu_da… in cpu_handle_xcall()
281 …uth_auth_and_resign(func, ptrauth_key_function_pointer, ptrauth_type_discriminator(broadcastFunc),… in cpu_broadcast_xcall_internal()
391 …uth_auth_and_resign(func, ptrauth_key_function_pointer, ptrauth_type_discriminator(broadcastFunc),… in cpu_xcall_internal()
H A Dmodel_dep.c1116 …egister_t pc = (register_t)ptrauth_strip((void *)&_was_in_userspace, ptrauth_key_function_pointer); in DebuggerXCall()
1130 …egister_t pc = (register_t)ptrauth_strip((void *)&_was_in_userspace, ptrauth_key_function_pointer); in DebuggerXCall()
H A Dpmap.c1180 #define __ptrauth_ppl_handler __ptrauth(ptrauth_key_function_pointer, true, 0)
/xnu-8019.80.24/libkern/libkern/
H A DBlock_private.h50 ptrauth_key_function_pointer, 0, \
96 …ptrauth_auth_and_resign(fn, ptrauth_key_function_pointer, ptrauth_function_pointer_type_discrimina… in prepareWrite()
232 ptrauth_key_function_pointer, 0))
/xnu-8019.80.24/bsd/dev/dtrace/scripts/
H A Dptrauth_arm64.d51 ptrauth_key_function_pointer = ptrauth_key_process_independent_code, enumerator
/xnu-8019.80.24/osfmk/mach/arm/
H A D_structs.h231 ptrauth_auth_and_resign(__f, ptrauth_key_function_pointer, 0, \
234 ptrauth_key_function_pointer, 0)) : __f); })
262 ptrauth_auth_and_resign(__f, ptrauth_key_function_pointer, 0, \
265 ptrauth_key_function_pointer, 0)) : __f); })
/xnu-8019.80.24/libkern/c++/
H A DOSRuntime.cpp41 …R(x) ((uintptr_t) ptrauth_strip(ptrauth_nop_cast(void *, (x)), ptrauth_key_function_pointer))
365 structor = ptrauth_strip(structor, ptrauth_key_function_pointer); in OSRuntimeSignStructorsInSegment()
366 …structor = ptrauth_sign_unauthenticated(structor, ptrauth_key_function_pointer, ptrauth_function_p… in OSRuntimeSignStructorsInSegment()
H A DOSMetaClass.cpp228 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()
H A DOSKext.cpp7244 address = (mach_vm_address_t)ptrauth_auth_data((void*)address, ptrauth_key_function_pointer, 0);
13298 ptrauth_strip(_OSKextExtractPointer(callbackWrapper), ptrauth_key_function_pointer);
13347 ptrauth_strip(_OSKextExtractPointer(callbackWrapper), ptrauth_key_function_pointer);
/xnu-8019.80.24/bsd/kern/
H A Dkern_newsysctl.c228 ptrauth_key_function_pointer, in sysctl_register_oid_locked()
230 ptrauth_key_function_pointer, in sysctl_register_oid_locked()
373 ptrauth_key_function_pointer, in sysctl_unregister_oid()
376 ptrauth_key_function_pointer, in sysctl_unregister_oid()
1797 ptrauth_key_function_pointer, in sysctl_root()
1800 ptrauth_key_function_pointer, in sysctl_root()
/xnu-8019.80.24/osfmk/arm64/
H A Dplatform_tests.c1605 …ctrr_nx_test_ptr = ptrauth_sign_unauthenticated((void *)ctrr_test_va, ptrauth_key_function_pointer in ctrr_test_cpu()
H A Dstatus.c549 ptrauth_key_function_pointer, 0, thread->machine.jop_pid); in machine_thread_function_pointers_convert_from_user()
/xnu-8019.80.24/osfmk/kern/
H A Dthread.c3966 ptrauth_key_function_pointer, in dtrace_sign_and_set_thread_recover()