Home
last modified time | relevance | path

Searched hist:aa3a2428308fe6831ce4b2f9d28ff8572b74f6c4 (Results 1 – 2 of 2) sorted by relevance

/qemu/bsd-user/freebsd/
H A Dtarget_os_ucontext.haa3a2428308fe6831ce4b2f9d28ff8572b74f6c4 Fri Oct 29 14:39:01 UTC 2021 Warner Losh <imp@bsdimp.com> bsd-user/freebsd: Create common target_os_ucontext.h file

FreeBSD has a MI ucontext structure that contains the MD mcontext
machine state and other things that are machine independent. Create an
include file for all the ucontext stuff. It needs to be included in the
arch specific files after target_mcontext is defined. This is largely
copied from sys/_ucontext.h with the comments about layout removed
because we don't support ancient FreeBSD binaries.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
H A Dtarget_os_signal.haa3a2428308fe6831ce4b2f9d28ff8572b74f6c4 Fri Oct 29 14:39:01 UTC 2021 Warner Losh <imp@bsdimp.com> bsd-user/freebsd: Create common target_os_ucontext.h file

FreeBSD has a MI ucontext structure that contains the MD mcontext
machine state and other things that are machine independent. Create an
include file for all the ucontext stuff. It needs to be included in the
arch specific files after target_mcontext is defined. This is largely
copied from sys/_ucontext.h with the comments about layout removed
because we don't support ancient FreeBSD binaries.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>