/netbsd-src/sys/arch/arm/arm32/ |
H A D | cpuswitch.S | 135 ENTRY(cpu_switchto) 320 END(cpu_switchto)
|
/netbsd-src/sys/sys/ |
H A D | cpu.h | 79 struct lwp *cpu_switchto(struct lwp *, struct lwp *, bool);
|
/netbsd-src/sys/arch/ia64/ia64/ |
H A D | vm_machdep.c | 72 cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp, bool returning) in cpu_switchto() function
|
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | cpuswitch.S | 52 ENTRY_NP(cpu_switchto) 165 END(cpu_switchto)
|
/netbsd-src/sys/arch/vax/include/ |
H A D | macros.h | 336 cpu_switchto(struct lwp *oldlwp, struct lwp *newlwp, bool returning) in cpu_switchto() function
|
/netbsd-src/sys/arch/riscv/riscv/ |
H A D | cpu_switch.S | 41 ENTRY_NP(cpu_switchto) 114 END(cpu_switchto)
|
/netbsd-src/sys/gdbscripts/ |
H A D | module | 48 # 720 prevlwp = cpu_switchto(l, newl, returning);
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | README.TLS | 122 cpu_switchto has to update the mapping.
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | switch_subr.s | 86 * 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 D | mips_stacktrace.c | 188 Name(cpu_switchto),
|
H A D | locore.S | 219 NESTED(cpu_switchto, CALLFRAME_SIZ, ra) 367 END(cpu_switchto)
|
H A D | db_trace.c | 208 pc = (vaddr_t)cpu_switchto; in db_stack_trace_print()
|
H A D | mipsX_subr.S | 2636 # Call lwp_startup(), with args from cpu_switchto()/cpu_lwp_fork()
|
/netbsd-src/sys/arch/i386/i386/ |
H A D | locore.S | 1305 * 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 D | locore.S | 1242 * 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 D | cpu.c | 244 cpu_switchto(lwp_t *oldlwp, lwp_t *newlwp, bool returning) in cpu_switchto() function
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | locore.S | 787 ENTRY(cpu_switchto,128) 961 EXIT(cpu_switchto)
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | locore_subr.S | 165 ENTRY(cpu_switchto)
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | locore.s | 794 LEAF(cpu_switchto, 0) 882 END(cpu_switchto)
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | locore_subr.S | 88 ENTRY(cpu_switchto)
|
/netbsd-src/sys/kern/ |
H A D | kern_synch.c | 811 prevlwp = cpu_switchto(l, newl, returning); in mi_switch()
|
/netbsd-src/doc/ |
H A D | BRANCHES | 1865 - 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 D | Makefile | 16 cpu_startup.9 cpu_switchto.9 cpufreq.9 \
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | locore.s | 4833 ENTRY(cpu_switchto)
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | locore.s | 6691 ENTRY(cpu_switchto)
|