qemu/target/mips/sysemu
Philippe Mathieu-Daudé 74781c0888 exec/cpu: Extract page-protection definitions to page-protection.h
Extract page-protection definitions from "exec/cpu-all.h"
to "exec/page-protection.h".

The list of files requiring the new header was generated
using:

$ git grep -wE \
  'PAGE_(READ|WRITE|EXEC|RWX|VALID|ANON|RESERVED|TARGET_.|PASSTHROUGH)'

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240427155714.53669-3-philmd@linaro.org>
2024-05-06 11:17:15 +02:00
..
addr.c mips: Remove support for trap and emulate KVM 2023-01-13 09:32:32 +01:00
cp0_timer.c hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h' 2023-10-19 23:13:27 +02:00
cp0.c target/mips: Move CP0 helpers to sysemu/cp0.c 2021-05-02 16:49:35 +02:00
machine.c target/mips: Remove CPUMIPSState::CP0_SAARI field 2024-02-15 15:53:12 +01:00
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
mips-qmp-cmds.c target: Use generic cpu_model_from_type() 2024-01-05 16:20:14 +01:00
physaddr.c exec/cpu: Extract page-protection definitions to page-protection.h 2024-05-06 11:17:15 +02:00