qemu-e2k/bsd-user/i386
Warner Losh 647afdf183 bsd-user: introduce target.h
Create target.h. This file is intended to be simple and describe basic
things about the architecture. If something is a basic feature of the
architecture, it belongs here. Should we need something that's per-BSD
there will be a target-os.h that will live in the per-bsd directories.

Define regpairs_aligned to reflect whether or not registers are 'paired'
for 64-bit arguments or not. This will be false for all 64-bit targets,
and will be true on those architectures that pair (currently just armv7
and powerpc on FreeBSD 14.x).

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2022-02-26 21:05:21 -07:00
..
signal.c bsd-user: Create setup_sigframe_arch to setup sigframe context 2022-01-28 15:52:38 -07:00
target.h bsd-user: introduce target.h 2022-02-26 21:05:21 -07:00
target_arch.h bsd-user: start to move target CPU functions to target_arch* 2021-09-10 14:13:06 -06:00
target_arch_cpu.c user: Remove cpu_get_pic_interrupt() stubs 2021-09-14 12:00:21 -07:00
target_arch_cpu.h bsd-user/i386/target_arch_cpu.h: Remove openbsd syscall 2022-02-26 10:01:38 -07:00
target_arch_elf.h bsd-user: pull in target_arch_thread.h update target_arch_elf.h 2021-09-10 14:13:06 -06:00
target_arch_reg.h bsd-user: Add target_arch_reg to describe a target's register set 2021-09-10 14:13:06 -06:00
target_arch_signal.h bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h 2022-01-07 22:58:51 -07:00
target_arch_sigtramp.h bsd-user: Add architecture specific signal tramp code 2021-09-10 14:13:06 -06:00
target_arch_sysarch.h bsd-user: move strace OS/arch dependent code to host/arch dirs 2021-01-11 14:59:21 +01:00
target_arch_thread.h bsd-user: pull in target_arch_thread.h update target_arch_elf.h 2021-09-10 14:13:06 -06:00
target_arch_vmparam.h bsd-user: Create target specific vmparam.h 2021-09-10 14:13:06 -06:00
target_syscall.h bsd-user: move strace OS/arch dependent code to host/arch dirs 2021-01-11 14:59:21 +01:00