Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dvm_machdep.c136 vfp_new_thread(td2, td1, true); in cpu_fork()
203 vfp_new_thread(td, td0, false); in cpu_copy_thread()
H A Dvfp.c280 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread() function
/freebsd/sys/arm64/arm64/
H A Dvm_machdep.c117 vfp_new_thread(td2, td1, true); in cpu_fork()
189 vfp_new_thread(td, td0, false); in cpu_copy_thread()
H A Dvfp.c605 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread() function
/freebsd/sys/arm64/include/
H A Dvfp.h77 void vfp_new_thread(struct thread *, struct thread *, bool);
/freebsd/sys/arm/include/
H A Dvfp.h159 void vfp_new_thread(struct thread*, struct thread*, bool);