diff options
author | Anton Johansson <anjo@rev.ng> | 2023-08-07 17:57:03 +0200 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-08-24 11:21:51 -0700 |
commit | fc15bfb6a6bda8d4d01f1383579d385acae17c0f (patch) | |
tree | 8ef68f30f0fe0ecc647d3eac81d92c16f7dcc868 /include/exec/cpu-all.h | |
parent | 022b9bcedef9b6123d287345e424cc8fc8475dca (diff) |
include/exec: typedef abi_ptr to vaddr in softmmu
In system mode, abi_ptr is primarily used for representing addresses
when accessing guest memory with cpu_[st|ld]*(). Widening it from
target_ulong to vaddr reduces the target dependence of these functions
and is step towards building accel/ once for system mode.
Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230807155706.9580-7-anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/cpu-all.h')
0 files changed, 0 insertions, 0 deletions