Home
last modified time | relevance | path

Searched refs:freebsd32_setcontext (Results 1 – 5 of 5) sorted by relevance

/src/sys/arm64/arm64/
H A Dfreebsd32_machdep.c280 freebsd32_setcontext(struct thread *td, struct freebsd32_setcontext_args *uap) in freebsd32_setcontext() function
/src/sys/powerpc/powerpc/
H A Dexec_machdep.c964 freebsd32_setcontext(struct thread *td, struct freebsd32_setcontext_args *uap) in freebsd32_setcontext() function
/src/sys/amd64/ia32/
H A Dia32_signal.c286 freebsd32_setcontext(struct thread *td, struct freebsd32_setcontext_args *uap) in freebsd32_setcontext() function
/src/sys/compat/freebsd32/
H A Dfreebsd32_proto.h771 int freebsd32_setcontext(struct thread *, struct freebsd32_setcontext_args *);
H A Dfreebsd32_sysent.c492 …{ .sy_narg = AS(freebsd32_setcontext_args), .sy_call = (sy_call_t *)freebsd32_setcontext, .sy_auev…