accel/tcg: Reorg system mode store helpers
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 30 Oct 2022 01:07:32 +0000 (12:07 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:53:41 +0000 (09:53 +0100)
commit592134617c98f37b8b39c6dd684e5a1832c071d2
tree00d38aeb37fb6250b4d6d5f1d09d017dff2ff3fb
parent8cfdacaa1642ed18e48935f7536f8d233db8efcc
accel/tcg: Reorg system mode store helpers

Instead of trying to unify all operations on uint64_t, use
mmu_lookup() to perform the basic tlb hit and resolution.
Create individual functions to handle access by size.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c