Home
last modified time | relevance | path

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

12

/xnu-11215/EXTERNAL_HEADERS/
H A Dptrauth.h310 __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)
335 __ptrauth(ptrauth_key_function_pointer,1,__declkey)
337 __ptrauth(ptrauth_key_function_pointer,0,__typekey)
[all …]
/xnu-11215/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.c218 addr = (void *)ptrauth_strip(&foo, ptrauth_key_function_pointer); in main()
233 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 Dptrauth_failure.c132 void *func_ptr_stripped = ptrauth_strip(func_ptr, ptrauth_key_function_pointer);
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.c267 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)
/xnu-11215/osfmk/arm/
H A Dcpu_common.c224 …xfunc = ptrauth_auth_function(cpu_data_ptr->cpu_xcall_p0, ptrauth_key_function_pointer, cpu_data_p… in cpu_handle_xcall()
235 …xfunc = ptrauth_auth_function(cpu_data_ptr->cpu_imm_xcall_p0, ptrauth_key_function_pointer, cpu_da… in cpu_handle_xcall()
283 …uth_auth_and_resign(func, ptrauth_key_function_pointer, ptrauth_type_discriminator(broadcastFunc),… in cpu_broadcast_xcall_internal()
376 …uth_auth_and_resign(func, ptrauth_key_function_pointer, ptrauth_type_discriminator(broadcastFunc),… in cpu_xcall_internal()
/xnu-11215/tests/ipc/
H A Dhardened_exceptions.c90 func_pc = ptrauth_strip(func_pc, ptrauth_key_function_pointer); in exc_handler_state_identity_protected()
93 func_pc = ptrauth_sign_unauthenticated(func_pc, ptrauth_key_function_pointer, pc_discriminator); in exc_handler_state_identity_protected()
H A Dkernel_signed_pac_thread_state.c253 pc = ptrauth_sign_unauthenticated(pc, ptrauth_key_function_pointer, 0); in catch_mach_exception_raise_state_identity()
/xnu-11215/bsd/dev/dtrace/scripts/
H A Dptrauth_arm64.d51 ptrauth_key_function_pointer = ptrauth_key_process_independent_code, enumerator
/xnu-11215/osfmk/mach/arm/
H A D_structs.h276 ptrauth_auth_and_resign(__f, ptrauth_key_function_pointer, 0, \
285 ptrauth_key_function_pointer, 0)) : __f); \
337 ptrauth_auth_and_resign(__f, ptrauth_key_function_pointer, 0, \
346 ptrauth_key_function_pointer, 0)) : __f); __tsp->__opaque_flags &= \
/xnu-11215/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-11215/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-11215/libsyscall/wrappers/
H A D_libkernel_init.h54 __ptrauth(ptrauth_key_function_pointer,1, \
/xnu-11215/bsd/kern/
H A Dkern_newsysctl.c234 ptrauth_key_function_pointer, in sysctl_register_oid_locked()
236 ptrauth_key_function_pointer, in sysctl_register_oid_locked()
379 ptrauth_key_function_pointer, in sysctl_unregister_oid()
382 ptrauth_key_function_pointer, in sysctl_unregister_oid()
1803 ptrauth_key_function_pointer, in sysctl_root()
1806 ptrauth_key_function_pointer, in sysctl_root()
/xnu-11215/libkern/os/
H A Dbase.h368 __ptrauth(ptrauth_key_function_pointer, 1, ptrauth_string_discriminator(type))
/xnu-11215/osfmk/arm64/
H A Dplatform_tests.c1589 …ctrr_nx_test_ptr = ptrauth_sign_unauthenticated((void *)ctrr_test_va, ptrauth_key_function_pointer in ctrr_test_cpu()
2336 ptrauth_key_function_pointer); in arm64_bti_test_func_with_shim()
2346 ptrauth_key_function_pointer, in arm64_bti_test_func_with_shim()
2348 ptrauth_key_function_pointer, 0); in arm64_bti_test_func_with_shim()
H A Dstatus.c845 ptrauth_key_function_pointer, 0, thread->machine.jop_pid); in machine_thread_function_pointers_convert_from_user()
/xnu-11215/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-11215/osfmk/arm64/sptm/
H A Darm_init_sptm.c665 …ndler_addr = (sptm_vaddr_t) ptrauth_strip((void *)xnu_return_to_gl2, ptrauth_key_function_pointer); in arm_init()

12