Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dptrauth.c139 ptrauth_fork(struct thread *new_td, struct thread *orig_td) in ptrauth_fork() argument
144 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() argument
169 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()