On 14/9/23 04:44, Richard Henderson wrote:
From: Anton Johansson <[email protected]>
do_[ld|st]*() and mmu_lookup*() are changed to use CPUState over
CPUArchState, moving the target-dependence to the target-facing facing
cpu_[ld|st] functions.
Signed-off-by: Anton Johansson <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
[rth: Use cpu->neg.tlb instead of cpu_tlb; cpu_env instead of env_ptr.]
Signed-off-by: Richard Henderson <[email protected]>
---
accel/tcg/cputlb.c | 324 ++++++++++++++++++++++-----------------------
1 file changed, 161 insertions(+), 163 deletions(-)
s/Modifies/Modify/ in subject.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>