[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 45/48] target/arm/tcg/tlb_helper: compile file twice (system,
From: |
Pierrick Bouvier |
Subject: |
[PATCH v5 45/48] target/arm/tcg/tlb_helper: compile file twice (system, user) |
Date: |
Sun, 4 May 2025 18:52:20 -0700 |
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
target/arm/tcg/tlb_helper.c | 3 ++-
target/arm/tcg/meson.build | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/target/arm/tcg/tlb_helper.c b/target/arm/tcg/tlb_helper.c
index 4e3e96a2af0..feaa6025fc6 100644
--- a/target/arm/tcg/tlb_helper.c
+++ b/target/arm/tcg/tlb_helper.c
@@ -10,8 +10,9 @@
#include "internals.h"
#include "cpu-features.h"
#include "exec/exec-all.h"
-#include "exec/helper-proto.h"
+#define HELPER_H "tcg/helper.h"
+#include "exec/helper-proto.h.inc"
/*
* Returns true if the stage 1 translation regime is using LPAE format page
diff --git a/target/arm/tcg/meson.build b/target/arm/tcg/meson.build
index ec087076b8c..9669eab89e3 100644
--- a/target/arm/tcg/meson.build
+++ b/target/arm/tcg/meson.build
@@ -33,7 +33,6 @@ arm_ss.add(files(
'm_helper.c',
'mve_helper.c',
'op_helper.c',
- 'tlb_helper.c',
'vec_helper.c',
'tlb-insns.c',
'arith_helper.c',
@@ -65,10 +64,12 @@ arm_common_system_ss.add(files(
'hflags.c',
'iwmmxt_helper.c',
'neon_helper.c',
+ 'tlb_helper.c',
))
arm_user_ss.add(files(
'crypto_helper.c',
'hflags.c',
'iwmmxt_helper.c',
'neon_helper.c',
+ 'tlb_helper.c',
))
--
2.47.2
- Re: [PATCH v5 48/48] target/arm/tcg/vfp_helper: compile file twice (system, user), (continued)
- [PATCH v5 46/48] target/arm/tcg/tlb-insns: compile file twice (system, user), Pierrick Bouvier, 2025/05/04
- [PATCH v5 42/48] target/arm/tcg/hflags: compile file twice (system, user), Pierrick Bouvier, 2025/05/04
- [PATCH v5 44/48] target/arm/tcg/neon_helper: compile file twice (system, user), Pierrick Bouvier, 2025/05/04
- [PATCH v5 45/48] target/arm/tcg/tlb_helper: compile file twice (system, user),
Pierrick Bouvier <=
- [PATCH v5 47/48] target/arm/tcg/arith_helper: compile file twice (system, user), Pierrick Bouvier, 2025/05/04