Home
last modified time | relevance | path

Searched defs:newlwp (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/ia64/ia64/
H A Dvm_machdep.c72 cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp, bool returning) in cpu_switchto()
/netbsd-src/sys/arch/usermode/dev/
H A Dcpu.c214 cpu_switchto_atomic(lwp_t *oldlwp, lwp_t *newlwp) in cpu_switchto_atomic()
244 cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp, bool returning) in cpu_switchto()
/netbsd-src/sys/arch/x86/x86/
H A Ddbregs.c295 x86_dbregs_switch(struct lwp *oldlwp, struct lwp *newlwp) in x86_dbregs_switch()
H A Dsvs.c643 svs_lwp_switch(struct lwp *oldlwp, struct lwp *newlwp) in svs_lwp_switch()
H A Dfpu.c313 fpu_switch(struct lwp *oldlwp, struct lwp *newlwp) in fpu_switch()
H A Dspectre.c960 speculation_barrier(struct lwp *oldlwp, struct lwp *newlwp) in speculation_barrier()
/netbsd-src/sys/rump/librump/rumpkern/
H A Dlwproc.c452 rump_lwproc_switch(struct lwp *newlwp) in rump_lwproc_switch()
H A Dthreads.c49 struct lwp *newlwp; member
/netbsd-src/sys/arch/vax/include/
H A Dmacros.h336 cpu_switchto(struct lwp *oldlwp, struct lwp *newlwp, bool returning) in cpu_switchto()