Searched defs:cpu_fork_kthread_handler (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | vm_machdep.c | 186 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
/freebsd/sys/arm/arm/ |
H A D | vm_machdep.c | 275 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
/freebsd/sys/riscv/riscv/ |
H A D | vm_machdep.c | 243 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) cpu_fork_kthread_handler() function
|
/freebsd/sys/amd64/amd64/ |
H A D | vm_machdep.c | 319 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | 317 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|