You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user/arm
Peter Maydell ff197ae9a4 target/arm: Move ID register field defs to cpu-features.h
Currently we define constants for the ID register fields in cpu.h.
This means they're defined for a lot more code in QEMU than actually
needs them.  Move them to cpu-features.h, which is where we define
the feature functions that test fields in these registers.

There's only one place where we need to use some of these macro
definitions that we weren't already including cpu-features.h:
linux-user/arm/target_proc.h.  Otherwise this patch is a pure
movement of code from one file to the other.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
7 days ago
..
nwfpe target/arm: Set default NaN pattern explicitly 10 months ago
Makefile.vdso linux-user/arm: Select vdso for be8 and be32 modes 11 months ago
cpu_loop.c bsd-user, linux-user: introduce qemu_process_cpu_events 2 weeks ago
elfload.c target/arm: Drop ARM_FEATURE_IWMMXT handling 2 weeks ago
meson.build linux-user/arm: Select vdso for be8 and be32 modes 11 months ago
signal.c target/arm: Drop ARM_FEATURE_IWMMXT handling 2 weeks ago
sockbits.h
syscall.tbl linux-user: update syscall.tbl to Linux v6.11 1 year ago
syscallhdr.sh license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 1 year ago
target_cpu.h include/exec: Change reserved_va semantics to last byte 3 years ago
target_elf.h linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 month ago
target_errno_defs.h
target_fcntl.h
target_flat.h linux-user: move target_flat.h to target subdirs 3 years ago
target_mman.h linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h 2 years ago
target_prctl.h
target_proc.h target/arm: Move ID register field defs to cpu-features.h 7 days ago
target_ptrace.h linux-user/arm: Create target_ptrace.h 1 month ago
target_resource.h
target_signal.h linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 8 months ago
target_structs.h
target_syscall.h linux-user/arm: Create target_ptrace.h 1 month ago
termbits.h
vdso-asmoffset.h linux-user/arm: Add vdso 2 years ago
vdso-be8.so linux-user: Populate sigreturn_region_{start,end} in all vdso.S 1 week ago
vdso-be32.so linux-user: Populate sigreturn_region_{start,end} in all vdso.S 1 week ago
vdso-le.so linux-user: Populate sigreturn_region_{start,end} in all vdso.S 1 week ago
vdso.S linux-user: Populate sigreturn_region_{start,end} in all vdso.S 1 week ago
vdso.ld linux-user/arm: Add vdso 2 years ago