Home
last modified time | relevance | path

Searched refs:freebsd32_swapcontext_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dfreebsd32_machdep.c321 freebsd32_swapcontext(struct thread *td, struct freebsd32_swapcontext_args *uap) in freebsd32_swapcontext()
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c982 freebsd32_swapcontext(struct thread *td, struct freebsd32_swapcontext_args *uap) in freebsd32_swapcontext()
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c296 freebsd32_swapcontext(struct thread *td, struct freebsd32_swapcontext_args *uap) in freebsd32_swapcontext()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h348 struct freebsd32_swapcontext_args { struct
765 int freebsd32_swapcontext(struct thread *, struct freebsd32_swapcontext_args *);
H A Dfreebsd32_sysent.c493 …{ .sy_narg = AS(freebsd32_swapcontext_args), .sy_call = (sy_call_t *)freebsd32_swapcontext, .sy_au…
H A Dfreebsd32_systrace_args.c1979 struct freebsd32_swapcontext_args *p = params; in systrace_args()