Searched defs:cpu_fork_kthread_handler (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | vm_machdep.c | 184 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | vm_machdep.c | 242 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | vm_machdep.c | 251 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | vm_machdep.c | 328 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | vm_machdep.c | 190 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
| /freebsd-12.1/sys/amd64/amd64/ |
| H A D | vm_machdep.c | 285 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | vm_machdep.c | 294 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | vm_machdep.c | 365 cpu_fork_kthread_handler(struct thread *td, void (*func)(void *), void *arg) in cpu_fork_kthread_handler() function
|