[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v7 21/49] target/arm/helper: replace target_ulong by vaddr
From: |
Pierrick Bouvier |
Subject: |
[PATCH v7 21/49] target/arm/helper: replace target_ulong by vaddr |
Date: |
Wed, 7 May 2025 16:42:12 -0700 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
---
target/arm/helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/arm/helper.c b/target/arm/helper.c
index 941fc35d24d..2e57fa80b08 100644
--- a/target/arm/helper.c
+++ b/target/arm/helper.c
@@ -10621,7 +10621,7 @@ static void arm_cpu_do_interrupt_aarch64(CPUState *cs)
ARMCPU *cpu = ARM_CPU(cs);
CPUARMState *env = &cpu->env;
unsigned int new_el = env->exception.target_el;
- target_ulong addr = env->cp15.vbar_el[new_el];
+ vaddr addr = env->cp15.vbar_el[new_el];
unsigned int new_mode = aarch64_pstate_mode(new_el, true);
unsigned int old_mode;
unsigned int cur_el = arm_current_el(env);
--
2.47.2
- [PATCH v7 08/49] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency, (continued)
- [PATCH v7 08/49] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency, Pierrick Bouvier, 2025/05/07
- [PATCH v7 06/49] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c, Pierrick Bouvier, 2025/05/07
- [PATCH v7 05/49] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub, Pierrick Bouvier, 2025/05/07
- [PATCH v7 09/49] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common, Pierrick Bouvier, 2025/05/07
- [PATCH v7 04/49] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h, Pierrick Bouvier, 2025/05/07
- [PATCH v7 15/49] target/arm/helper: use vaddr instead of target_ulong for probe_access, Pierrick Bouvier, 2025/05/07
- [PATCH v7 22/49] target/arm/helper: expose aarch64 cpu registration, Pierrick Bouvier, 2025/05/07
- [PATCH v7 12/49] target/arm/cpu32-stubs.c: compile file twice (user, system), Pierrick Bouvier, 2025/05/07
- [PATCH v7 18/49] target/arm/debug_helper: remove target_ulong, Pierrick Bouvier, 2025/05/07
- [PATCH v7 19/49] target/arm/debug_helper: compile file twice (user, system), Pierrick Bouvier, 2025/05/07
- [PATCH v7 21/49] target/arm/helper: replace target_ulong by vaddr,
Pierrick Bouvier <=
- [PATCH v7 16/49] target/arm/helper: extract common helpers, Pierrick Bouvier, 2025/05/07
- [PATCH v7 23/49] target/arm/helper: remove remaining TARGET_AARCH64, Pierrick Bouvier, 2025/05/07
- [PATCH v7 24/49] target/arm/helper: compile file twice (user, system), Pierrick Bouvier, 2025/05/07
- [PATCH v7 10/49] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features, Pierrick Bouvier, 2025/05/07
- [PATCH v7 13/49] tcg: add vaddr type for helpers, Pierrick Bouvier, 2025/05/07
- [PATCH v7 14/49] target/arm/helper: use vaddr instead of target_ulong for exception_pc_alignment, Pierrick Bouvier, 2025/05/07
- [PATCH v7 17/49] target/arm/debug_helper: only include common helpers, Pierrick Bouvier, 2025/05/07
- [PATCH v7 20/49] target/arm/helper: restrict include to common helpers, Pierrick Bouvier, 2025/05/07
- [PATCH v7 25/49] target/arm/vfp_fpscr: compile file twice (user, system), Pierrick Bouvier, 2025/05/07
- [PATCH v7 26/49] target/arm/arch_dump: remove TARGET_AARCH64 conditionals, Pierrick Bouvier, 2025/05/07