Home
last modified time | relevance | path

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

/freebsd/sys/arm64/arm64/
H A Dptrauth.c144 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()
155 arc4rand(&td->td_md.md_ptrauth_user, sizeof(td->td_md.md_ptrauth_user), in ptrauth_exec()
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()
/freebsd/sys/arm64/include/
H A Dproc.h62 } md_ptrauth_user; member