| /src/sys/arch/arm/arm32/ |
| netbsd32_machdep.c | 89 return cpu_setmcontext(l, mcp, flags);
|
| /src/sys/sys/ |
| ucontext.h | 107 int cpu_setmcontext(struct lwp *, const mcontext_t *, unsigned int);
|
| /src/sys/arch/arm/arm/ |
| arm_machdep.c | 215 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| sig_machdep.c | 216 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function
|
| /src/sys/arch/aarch64/aarch64/ |
| cpu_machdep.c | 211 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function 250 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| /src/sys/arch/mips/mips/ |
| netbsd32_machdep.c | 253 return cpu_setmcontext(l, (const mcontext_t *)mc32, flags); 261 return cpu_setmcontext(l, &mc, flags);
|
| cpu_subr.c | 425 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function
|
| /src/sys/arch/m68k/m68k/ |
| m68k_syscall.c | 432 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| sig_machdep.c | 292 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, u_int flags) function 326 panic("cpu_setmcontext: %d != %d",
|
| /src/sys/arch/powerpc/powerpc/ |
| sig_machdep.c | 222 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function
|
| powerpc_machdep.c | 374 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| /src/sys/arch/sh3/sh3/ |
| vm_machdep.c | 271 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| sh3_machdep.c | 451 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function
|
| /src/sys/arch/sparc64/sparc64/ |
| syscall.c | 396 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| /src/sys/arch/hppa/hppa/ |
| hppa_machdep.c | 171 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function
|
| trap.c | 1452 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| /src/sys/arch/vax/vax/ |
| trap.c | 396 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| machdep.c | 663 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function
|
| /src/sys/arch/amd64/amd64/ |
| trap.c | 676 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| /src/sys/arch/usermode/dev/ |
| cpu.c | 346 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function 352 thunk_printf_debug("cpu_setmcontext\n");
|
| /src/sys/arch/riscv/riscv/ |
| riscv_machdep.c | 235 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags); 290 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function
|
| /src/sys/arch/i386/i386/ |
| trap.c | 808 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| /src/sys/arch/ia64/ia64/ |
| machdep.c | 808 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags) function
|
| /src/sys/arch/alpha/alpha/ |
| trap.c | 1438 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|
| /src/sys/arch/sparc/sparc/ |
| trap.c | 1277 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
|