xemu/target/loongarch/tcg
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
..
insn_trans target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0' 2024-03-20 10:20:08 +08:00
constant_timer.c target/loongarch: move translate modules to tcg/ 2024-01-06 10:18:52 +08:00
csr_helper.c system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 2024-01-08 10:45:43 -05:00
fpu_helper.c target/loongarch: move translate modules to tcg/ 2024-01-06 10:18:52 +08:00
iocsr_helper.c hw/loongarch/virt: Set iocsr address space per-board rather than percpu 2024-01-11 19:22:47 +08:00
meson.build target/loongarch: move translate modules to tcg/ 2024-01-06 10:18:52 +08:00
op_helper.c target/loongarch: move translate modules to tcg/ 2024-01-06 10:18:52 +08:00
tlb_helper.c exec/cpu: Extract page-protection definitions to page-protection.h 2024-05-06 11:17:15 +02:00
translate.c bulk: Call in place single use cpu_env() 2024-03-12 11:46:16 +01:00
vec_helper.c target/loongarch: move translate modules to tcg/ 2024-01-06 10:18:52 +08:00