[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 10/34] exec: [VADDR] typedef abi_ptr to vaddr
From: |
Anton Johansson |
Subject: |
[RFC PATCH 10/34] exec: [VADDR] typedef abi_ptr to vaddr |
Date: |
Fri, 19 Jan 2024 15:40:00 +0100 |
Signed-off-by: Anton Johansson <anjo@rev.ng>
---
include/exec/cpu_ldst.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/exec/cpu_ldst.h b/include/exec/cpu_ldst.h
index 6061e33ac9..eb8f3f0595 100644
--- a/include/exec/cpu_ldst.h
+++ b/include/exec/cpu_ldst.h
@@ -121,8 +121,8 @@ static inline bool guest_range_valid_untagged(abi_ulong
start, abi_ulong len)
h2g_nocheck(x); \
})
#else
-typedef target_ulong abi_ptr;
-#define TARGET_ABI_FMT_ptr TARGET_FMT_lx
+typedef vaddr abi_ptr;
+#define TARGET_ABI_FMT_ptr VADDR_PRIx
#endif
uint32_t cpu_ldub_data(CPUArchState *env, abi_ptr ptr);
--
2.43.0
- Re: [RFC PATCH 04/34] exec: [PAGE_VARY] Unpoison TARGET_PAGE_* macros for system mode, (continued)
- [RFC PATCH 09/34] exec: [VADDR] Use vaddr in DisasContextBase for virtual addresses, Anton Johansson, 2024/01/19
- [RFC PATCH 02/34] target: [PAGE_VARY] Move TARGET_PAGE_BITS_MIN to TargetPageBits, Anton Johansson, 2024/01/19
- [RFC PATCH 06/34] exec: [VADDR] Move vaddr defines to separate file, Anton Johansson, 2024/01/19
- [RFC PATCH 10/34] exec: [VADDR] typedef abi_ptr to vaddr,
Anton Johansson <=
- [RFC PATCH 08/34] target: [VADDR] Use vaddr in gen_intermediate_code, Anton Johansson, 2024/01/19
- [RFC PATCH 13/34] target: Uninline cpu_get_tb_cpu_state(), Anton Johansson, 2024/01/19
- [RFC PATCH 17/34] hw/core: [CPUTLB] Move target specifics to end of TCGCPUOps, Anton Johansson, 2024/01/19