Searched refs:new_td (Results 1 – 1 of 1) sorted by relevance
139 ptrauth_fork(struct thread *new_td, struct thread *orig_td) in ptrauth_fork() argument144 memcpy(&new_td->td_md.md_ptrauth_user, &orig_td->td_md.md_ptrauth_user, in ptrauth_fork()145 sizeof(new_td->td_md.md_ptrauth_user)); in ptrauth_fork()164 ptrauth_copy_thread(struct thread *new_td, struct thread *orig_td) in ptrauth_copy_thread() argument169 memcpy(&new_td->td_md.md_ptrauth_user, &orig_td->td_md.md_ptrauth_user, in ptrauth_copy_thread()170 sizeof(new_td->td_md.md_ptrauth_user)); in ptrauth_copy_thread()