accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 12 Dec 2024 16:50:19 +0000 (17:50 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:57 +0000 (17:44 +0100)
commit970ae60e9bdcc2e831b8226a6ebeb37efdc9f5a4
tree58e3ccffd5bb618b1181dc6766bb2dbf94218223
parentb7cc677478f329912fbc5c16ec36193c72aa9044
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)

Move declarations related to page protection under user
emulation from "exec/cpu-all.h" to "user/page-protection.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241212185341.2857-12-philmd@linaro.org>
bsd-user/main.c
bsd-user/mmap.c
include/exec/cpu-all.h
include/user/page-protection.h
linux-user/main.c
linux-user/mmap.c
linux-user/syscall.c