Home
last modified time | relevance | path

Searched refs:cpu_set_upcall (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c172 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_copy_thread()
182 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, cpu_set_upcall() function
/freebsd/sys/arm/arm/
H A Dvm_machdep.c216 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall() function
/freebsd/sys/i386/i386/
H A Dvm_machdep.c461 * Some of these registers are rewritten by cpu_set_upcall()
480 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_copy_thread()
490 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, cpu_set_upcall() function
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c605 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall() function
/freebsd/sys/kern/
H A Dkern_thr.c168 error = cpu_set_upcall(td, param->start_func, param->arg, &stack); in thr_new_initthr()
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c1153 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall() function
/freebsd/sys/sys/
H A Dproc.h1232 int cpu_set_upcall(struct thread *, void (*)(void *), void *,