Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A Dcpu.h226 void ptrauth_copy_thread(struct thread *, struct thread *);
/freebsd/sys/arm64/arm64/
H A Dptrauth.c164 ptrauth_copy_thread(struct thread *new_td, struct thread *orig_td) in ptrauth_copy_thread() function
H A Dvm_machdep.c198 ptrauth_copy_thread(td, td0); in cpu_copy_thread()