Searched refs:cpu_set_upcall (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | vm_machdep.c | 172 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 D | vm_machdep.c | 216 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall() function
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | 461 * 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 D | vm_machdep.c | 605 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall() function
|
/freebsd/sys/kern/ |
H A D | kern_thr.c | 168 error = cpu_set_upcall(td, param->start_func, param->arg, &stack); in thr_new_initthr()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 1153 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall() function
|
/freebsd/sys/sys/ |
H A D | proc.h | 1232 int cpu_set_upcall(struct thread *, void (*)(void *), void *,
|