qemu-e2k/bsd-user/arm
Warner Losh 5e02ded157 bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF
Use force_sig_fault to implement unknown opcode. This just uninlines
that function, so simplify things by using it. Fold in EXCP_NOCP and
EXCP_INVSTATE, as is done in linux-user. Make a note about slight
differences with FreeBSD in case any of them turn out to be important
later.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2022-01-28 15:52:39 -07:00
..
signal.c bsd-user/arm/signal.c: get_mcontext should zero vfp data 2022-01-28 15:52:38 -07:00
target_arch_cpu.c bsd-user/arm/target_arch_cpu.c: Target specific TLS routines 2022-01-07 22:58:51 -07:00
target_arch_cpu.h bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF 2022-01-28 15:52:39 -07:00
target_arch_elf.h bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl 2022-01-07 22:58:51 -07:00
target_arch_reg.h bsd-user/arm/target_arch_reg.h: Implement core dump register copying 2022-01-07 22:58:51 -07:00
target_arch_signal.h bsd-user/arm/target_arch_signal.h: Define size of *context_t 2022-01-07 22:58:51 -07:00
target_arch_sigtramp.h bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm 2022-01-07 22:58:51 -07:00
target_arch_sysarch.h
target_arch_thread.h bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread 2022-01-07 22:58:51 -07:00
target_arch_vmparam.h bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space 2022-01-07 22:58:51 -07:00
target_arch.h bsd-user/arm/target_arch_cpu.c: Target specific TLS routines 2022-01-07 22:58:51 -07:00
target_syscall.h