Searched refs:vfp_new_thread (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | vm_machdep.c | 136 vfp_new_thread(td2, td1, true); in cpu_fork() 203 vfp_new_thread(td, td0, false); in cpu_copy_thread()
|
H A D | vfp.c | 280 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread() function
|
/freebsd/sys/arm64/arm64/ |
H A D | vm_machdep.c | 117 vfp_new_thread(td2, td1, true); in cpu_fork() 189 vfp_new_thread(td, td0, false); in cpu_copy_thread()
|
H A D | vfp.c | 605 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread() function
|
/freebsd/sys/arm64/include/ |
H A D | vfp.h | 77 void vfp_new_thread(struct thread *, struct thread *, bool);
|
/freebsd/sys/arm/include/ |
H A D | vfp.h | 159 void vfp_new_thread(struct thread*, struct thread*, bool);
|