Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dvector.h33 void vector_copy_thread(struct thread *td1, struct thread *td2);
/freebsd/sys/riscv/riscv/
H A Dvector.c203 vector_copy_thread(struct thread *td1, struct thread *td2) in vector_copy_thread() function
H A Dvm_machdep.c133 vector_copy_thread(td1, td2); in cpu_fork()