commit | 592134617c98f37b8b39c6dd684e5a1832c071d2 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 30 12:07:32 2022 +1100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 11 09:53:41 2023 +0100 |
tree | 00d38aeb37fb6250b4d6d5f1d09d017dff2ff3fb | |
parent | 8cfdacaa1642ed18e48935f7536f8d233db8efcc [diff] |
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>