HomeSort by: relevance | last modified time | path
    Searched refs:makecontext (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/lib/libc/arch/ia64/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.2 2016/11/22 22:50:32 scole Exp $ */
41 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/include/
ucontext.h 47 void makecontext(ucontext_t *, void (*)(), int, ...);
  /src/lib/libc/arch/i386/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.4 2008/04/28 20:22:56 martin Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.4 2008/04/28 20:22:56 martin Exp $");
51 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
53 makecontext(ucp, func, argc, va_alist)
  /src/lib/libc/arch/vax/gen/
Makefile.inc 9 makecontext.c modf.S \
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.4 2012/03/22 17:32:22 christos Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.4 2012/03/22 17:32:22 christos Exp $");
45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/arm/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.4 2012/03/21 14:03:06 christos Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.4 2012/03/21 14:03:06 christos Exp $");
45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/m68k/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.3 2008/04/28 20:22:56 martin Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.3 2008/04/28 20:22:56 martin Exp $");
45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/or1k/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.1 2014/09/03 19:34:25 matt Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.1 2014/09/03 19:34:25 matt Exp $");
49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/powerpc/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.4 2008/04/28 20:22:57 martin Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.4 2008/04/28 20:22:57 martin Exp $");
49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/sh3/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.4 2008/04/28 20:22:57 martin Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.4 2008/04/28 20:22:57 martin Exp $");
45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/aarch64/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.2 2018/11/16 10:51:08 ryo Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.2 2018/11/16 10:51:08 ryo Exp $");
45 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/powerpc64/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.3 2008/04/28 20:22:57 martin Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.3 2008/04/28 20:22:57 martin Exp $");
49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/sparc64/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.5 2012/03/17 21:35:06 martin Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.5 2012/03/17 21:35:06 martin Exp $");
46 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/x86_64/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.4 2009/07/30 20:57:17 dsl Exp $ */
37 __RCSID("$NetBSD: makecontext.c,v 1.4 2009/07/30 20:57:17 dsl Exp $");
48 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/tests/lib/libpthread/
t_swapcontext.c 74 makecontext(&nctx, swapfunc, 0);
  /src/lib/libc/arch/riscv/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.3 2024/05/04 12:43:36 skrll Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.3 2024/05/04 12:43:36 skrll Exp $");
49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/tests/lib/libc/sys/
t_swapcontext.c 88 makecontext(&nctx, swapfunc, 0);
t_getcontext.c 111 makecontext(&uc[i], (void *)run, 10, i,
  /src/lib/libc/arch/mips/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.10 2025/04/24 23:54:13 riastradh Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.10 2025/04/24 23:54:13 riastradh Exp $");
49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/sparc/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.6 2025/04/24 23:56:25 riastradh Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.6 2025/04/24 23:56:25 riastradh Exp $");
47 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/hppa/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.8 2025/04/25 01:18:51 riastradh Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.8 2025/04/25 01:18:51 riastradh Exp $");
52 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/lib/libc/arch/alpha/gen/
makecontext.c 1 /* $NetBSD: makecontext.c,v 1.9 2025/04/27 16:15:40 riastradh Exp $ */
34 __RCSID("$NetBSD: makecontext.c,v 1.9 2025/04/27 16:15:40 riastradh Exp $");
49 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) function in typeref:typename:void
  /src/tests/kernel/
t_signal_and_sp.c 243 "Verify stack pointer is aligned on makecontext entry");
263 makecontext(&uc, &contextspfunc, 0);
273 "[%u] makecontext function called with misaligned sp %p",
284 makecontext(&uc, &contextspfunc, 0);
294 "[%u] makecontext function called with misaligned sp %p",
306 "Verify stack pointer is aligned on makecontext link entry");
329 makecontext(&uc1, &contextnoop, 0);
334 makecontext(&uc2, &contextspfunc, 0);
344 "[%u] makecontext function called with misaligned sp %p",
356 makecontext(&uc1, &contextnoop, 0)
    [all...]
  /src/lib/libpuffs/
callcontext.c 271 * rely on being able to pass pointers through makecontext().
276 makecontext(&pcc->pcc_uc, (void *)func, 1, (uintptr_t)pcc);
  /src/sys/arch/usermode/usermode/
thunk.c 398 makecontext(ucp, func, 0);
401 makecontext(ucp, func, 1, arg1);
404 makecontext(ucp, func, 2, arg1, arg2);
407 makecontext(ucp, func, 3, arg1, arg2, arg3);
410 makecontext(ucp, func, 4, arg1, arg2, arg3, arg4);

Completed in 26 milliseconds

1 2