summary refs log tree commit diff stats
path: root/target/riscv/vector_helper.c
diff options
context:
space:
mode:
authorPierrick Bouvier <pierrick.bouvier@linaro.org>2025-03-20 15:29:34 -0700
committerRichard Henderson <richard.henderson@linaro.org>2025-04-23 14:08:48 -0700
commit4d43552abe5c20ab414c054dd591bb6777832355 (patch)
tree8685f0b03bbcc0fabb158b1a6bacbf0559f5d5c5 /target/riscv/vector_helper.c
parent8916c373a3fd56938f1b7d57010491a0b9662b1e (diff)
downloadfocaccia-qemu-4d43552abe5c20ab414c054dd591bb6777832355.tar.gz
focaccia-qemu-4d43552abe5c20ab414c054dd591bb6777832355.zip
exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250320223002.2915728-3-pierrick.bouvier@linaro.org>
Diffstat (limited to 'target/riscv/vector_helper.c')
-rw-r--r--target/riscv/vector_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/riscv/vector_helper.c b/target/riscv/vector_helper.c
index 67b3bafebb..83978be060 100644
--- a/target/riscv/vector_helper.c
+++ b/target/riscv/vector_helper.c
@@ -25,6 +25,7 @@
 #include "exec/cpu_ldst.h"
 #include "exec/page-protection.h"
 #include "exec/helper-proto.h"
+#include "exec/tlb-flags.h"
 #include "fpu/softfloat.h"
 #include "tcg/tcg-gvec-desc.h"
 #include "internals.h"