[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 15/59] include/exec: Move tb_invalidate_phys_range to translation-
From: |
Richard Henderson |
Subject: |
[PULL 15/59] include/exec: Move tb_invalidate_phys_range to translation-block.h |
Date: |
Thu, 1 May 2025 14:20:29 -0700 |
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
include/exec/exec-all.h | 5 -----
include/exec/translation-block.h | 4 ++++
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h
index c46255e66e..4c5ad98c6a 100644
--- a/include/exec/exec-all.h
+++ b/include/exec/exec-all.h
@@ -23,7 +23,6 @@
#include "exec/hwaddr.h"
#include "exec/memattrs.h"
#include "exec/mmu-access-type.h"
-#include "exec/translation-block.h"
#include "exec/vaddr.h"
#if defined(CONFIG_TCG)
@@ -123,10 +122,6 @@ int probe_access_full_mmu(CPUArchState *env, vaddr addr,
int size,
#endif /* !CONFIG_USER_ONLY */
#endif /* CONFIG_TCG */
-/* TranslationBlock invalidate API */
-void tb_invalidate_phys_range(CPUState *cpu, tb_page_addr_t start,
- tb_page_addr_t last);
-
#if !defined(CONFIG_USER_ONLY)
/**
diff --git a/include/exec/translation-block.h b/include/exec/translation-block.h
index 8b8e730561..cdce399eba 100644
--- a/include/exec/translation-block.h
+++ b/include/exec/translation-block.h
@@ -207,4 +207,8 @@ static inline void tb_set_page_addr1(TranslationBlock *tb,
#endif
}
+/* TranslationBlock invalidate API */
+void tb_invalidate_phys_range(CPUState *cpu, tb_page_addr_t start,
+ tb_page_addr_t last);
+
#endif /* EXEC_TRANSLATION_BLOCK_H */
--
2.43.0
- [PULL 04/59] accel/tcg: Merge tb_invalidate_phys_range{__locked}, (continued)
- [PULL 04/59] accel/tcg: Merge tb_invalidate_phys_range{__locked}, Richard Henderson, 2025/05/01
- [PULL 07/59] accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc, Richard Henderson, 2025/05/01
- [PULL 01/59] accel/tcg: Add CPUState argument to page_unprotect, Richard Henderson, 2025/05/01
- [PULL 03/59] accel/tcg: Add CPUState arg to tb_invalidate_phys_page_range__locked, Richard Henderson, 2025/05/01
- [PULL 10/59] accel/tcg: Merge internal-target.h into internal-common.h, Richard Henderson, 2025/05/01
- [PULL 19/59] accel/tcg: Include 'accel/tcg/getpc.h' in 'exec/helper-proto', Richard Henderson, 2025/05/01
- [PULL 21/59] physmem: Restrict TCG IOTLB code to TCG accel, Richard Henderson, 2025/05/01
- [PULL 24/59] accel/tcg: Generalize fake_user_interrupt test, Richard Henderson, 2025/05/01
- [PULL 11/59] accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_target, Richard Henderson, 2025/05/01
- [PULL 09/59] accel/tcg: Simplify L1_MAP_ADDR_SPACE_BITS, Richard Henderson, 2025/05/01
- [PULL 15/59] include/exec: Move tb_invalidate_phys_range to translation-block.h,
Richard Henderson <=
- [PULL 16/59] accel/tcg: Compile tb-maint.c twice, Richard Henderson, 2025/05/01
- [PULL 18/59] target/riscv: Include missing 'accel/tcg/getpc.h' in csr.c, Richard Henderson, 2025/05/01
- [PULL 23/59] include: Remove 'exec/exec-all.h', Richard Henderson, 2025/05/01
- [PULL 30/59] target/arm: Unexport assert_hflags_rebuild_correctly, Richard Henderson, 2025/05/01
- [PULL 13/59] accel/tcg: Use vaddr in user/page-protection.h, Richard Henderson, 2025/05/01
- [PULL 20/59] physmem: Move TCG IOTLB methods around, Richard Henderson, 2025/05/01
- [PULL 14/59] include/exec: Include missing headers in exec-all.h, Richard Henderson, 2025/05/01
- [PULL 27/59] target/i386: Split out x86_cpu_exec_reset, Richard Henderson, 2025/05/01
- [PULL 29/59] target/arm: Move cpu_get_tb_cpu_state to hflags.c, Richard Henderson, 2025/05/01
- [PULL 28/59] accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h, Richard Henderson, 2025/05/01