Home
last modified time | relevance | path

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

12

/xnu-10063.121.3/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-10063.121.3/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 Decc_test_helper.c150 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 Dvm_test_code_signing_helper.c124 mychdir = ptrauth_sign_unauthenticated(mychdir, ptrauth_key_function_pointer, 0); in main()
H A Duser_msrs.c211 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.c226 pc = ptrauth_sign_unauthenticated(pc, ptrauth_key_function_pointer, 0); in catch_mach_exception_raise_state_identity()
H A Dbacktracing_tests.c50 __ptrauth(ptrauth_key_function_pointer, 1, 0xd707)
H A Dvm_test_mach_map.c1853 map_addr = (vm_address_t)(uintptr_t)ptrauth_strip(addr, ptrauth_key_function_pointer);
/xnu-10063.121.3/osfmk/arm/
H A Dcpu_common.c223 …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-10063.121.3/bsd/dev/dtrace/scripts/
H A Dptrauth_arm64.d51 ptrauth_key_function_pointer = ptrauth_key_process_independent_code, enumerator
/xnu-10063.121.3/osfmk/mach/arm/
H A D_structs.h264 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-10063.121.3/libkern/c++/
H A DOSRuntime.cpp41 …R(x) ((uintptr_t) ptrauth_strip(ptrauth_nop_cast(void *, (x)), ptrauth_key_function_pointer))
377 structor = ptrauth_strip(structor, ptrauth_key_function_pointer); in OSRuntimeSignStructorsInSegment()
378 …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()
/xnu-10063.121.3/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()
/xnu-10063.121.3/libsyscall/wrappers/
H A D_libkernel_init.h54 __ptrauth(ptrauth_key_function_pointer,1, \
/xnu-10063.121.3/bsd/kern/
H A Dkern_newsysctl.c232 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-10063.121.3/tests/ipc/
H A Dkernel_signed_pac_thread_state.c245 pc = ptrauth_sign_unauthenticated(pc, ptrauth_key_function_pointer, 0); in catch_mach_exception_raise_state_identity()
/xnu-10063.121.3/libkern/os/
H A Dbase.h364 __ptrauth(ptrauth_key_function_pointer, 1, ptrauth_string_discriminator(type))
/xnu-10063.121.3/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c439 …serspace ? (register_t)ptrauth_strip((void *)&_was_in_userspace, ptrauth_key_function_pointer) : 0; in machine_trace_thread64()
H A Dkdp_vm.c356 …serspace ? (register_t)ptrauth_strip((void *)&_was_in_userspace, ptrauth_key_function_pointer) : 0; in kern_collectth_state()
/xnu-10063.121.3/osfmk/arm64/sptm/
H A Darm_init_sptm.c612 …ndler_addr = (sptm_vaddr_t) ptrauth_strip((void *)xnu_return_to_gl2, ptrauth_key_function_pointer); in arm_init()
/xnu-10063.121.3/osfmk/arm64/
H A Dplatform_tests.c1552 …ctrr_nx_test_ptr = ptrauth_sign_unauthenticated((void *)ctrr_test_va, ptrauth_key_function_pointer in ctrr_test_cpu()
H A Dstatus.c825 ptrauth_key_function_pointer, 0, thread->machine.jop_pid); in machine_thread_function_pointers_convert_from_user()
H A Dmachine_routines.c2777 ptrauth_key_function_pointer);

12