Home
last modified time | relevance | path

Searched refs:freebsd32_swapcontext (Results 1 – 5 of 5) 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() function
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c982 freebsd32_swapcontext(struct thread *td, struct freebsd32_swapcontext_args *uap) in freebsd32_swapcontext() function
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c296 freebsd32_swapcontext(struct thread *td, struct freebsd32_swapcontext_args *uap) in freebsd32_swapcontext() function
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h765 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…