Home
last modified time | relevance | path

Searched refs:cpu_switchto (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/sys/arch/arm/arm32/
H A Dcpuswitch.S135 ENTRY(cpu_switchto)
320 END(cpu_switchto)
/netbsd-src/sys/sys/
H A Dcpu.h79 struct lwp *cpu_switchto(struct lwp *, struct lwp *, bool);
/netbsd-src/sys/arch/ia64/ia64/
H A Dvm_machdep.c72 cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp, bool returning) in cpu_switchto() function
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpuswitch.S52 ENTRY_NP(cpu_switchto)
165 END(cpu_switchto)
/netbsd-src/sys/arch/vax/include/
H A Dmacros.h336 cpu_switchto(struct lwp *oldlwp, struct lwp *newlwp, bool returning) in cpu_switchto() function
/netbsd-src/sys/arch/riscv/riscv/
H A Dcpu_switch.S41 ENTRY_NP(cpu_switchto)
114 END(cpu_switchto)
/netbsd-src/sys/gdbscripts/
H A Dmodule48 # 720 prevlwp = cpu_switchto(l, newl, returning);
/netbsd-src/libexec/ld.elf_so/
H A DREADME.TLS122 cpu_switchto has to update the mapping.
/netbsd-src/sys/arch/m68k/m68k/
H A Dswitch_subr.s86 * struct lwp *cpu_switchto(struct lwp *oldlwp, struct lwp *newlwp)
90 ENTRY(cpu_switchto)
357 * %a0 will have old lwp from cpu_switchto(), and %a4 is new lwp
/netbsd-src/sys/arch/mips/mips/
H A Dmips_stacktrace.c188 Name(cpu_switchto),
H A Dlocore.S219 NESTED(cpu_switchto, CALLFRAME_SIZ, ra)
367 END(cpu_switchto)
H A Ddb_trace.c208 pc = (vaddr_t)cpu_switchto; in db_stack_trace_print()
H A DmipsX_subr.S2636 # Call lwp_startup(), with args from cpu_switchto()/cpu_lwp_fork()
/netbsd-src/sys/arch/i386/i386/
H A Dlocore.S1305 * cpu_switchto()ing to the process, so we abuse the callee-saved
1306 * registers used by cpu_switchto() to store the information about the
1385 * Mimic cpu_switchto() for postmortem debugging.
1399 * struct lwp *cpu_switchto(struct lwp *oldlwp, struct lwp *newlwp,
1409 ENTRY(cpu_switchto)
1465 movl $_C_LABEL(cpu_switchto), CPUVAR(XEN_CLOCKF_PC)
1569 END(cpu_switchto)
/netbsd-src/sys/arch/amd64/amd64/
H A Dlocore.S1242 * Mimic cpu_switchto() for postmortem debugging.
1264 * struct lwp *cpu_switchto(struct lwp *oldlwp, struct lwp *newlwp,
1274 ENTRY(cpu_switchto)
1331 movq $_C_LABEL(cpu_switchto), CPUVAR(XEN_CLOCKF_PC)
1407 * mi_switch(), when cpu_switchto() returns. XXX Still needed? */
1478 END(cpu_switchto)
/netbsd-src/sys/arch/usermode/dev/
H A Dcpu.c244 cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp, bool returning) in cpu_switchto() function
/netbsd-src/sys/arch/hppa/hppa/
H A Dlocore.S787 ENTRY(cpu_switchto,128)
961 EXIT(cpu_switchto)
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dlocore_subr.S165 ENTRY(cpu_switchto)
/netbsd-src/sys/arch/alpha/alpha/
H A Dlocore.s794 LEAF(cpu_switchto, 0)
882 END(cpu_switchto)
/netbsd-src/sys/arch/sh3/sh3/
H A Dlocore_subr.S88 ENTRY(cpu_switchto)
/netbsd-src/sys/kern/
H A Dkern_synch.c811 prevlwp = cpu_switchto(l, newl, returning); in mi_switch()
/netbsd-src/doc/
H A DBRANCHES1865 - unify cpu_switch, cpu_exit, cpu_switchto into
1866 a single cpu_switchto. see cpu_switchto.9.
2198 Status: Dead; replaced by cpu_switchto / yamt-idlelwp branch
/netbsd-src/share/man/man9/
H A DMakefile16 cpu_startup.9 cpu_switchto.9 cpufreq.9 \
/netbsd-src/sys/arch/sparc/sparc/
H A Dlocore.s4833 ENTRY(cpu_switchto)
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dlocore.s6691 ENTRY(cpu_switchto)