commit | 8cfdacaa1642ed18e48935f7536f8d233db8efcc | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Oct 29 08:40:51 2022 +1100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 11 09:53:41 2023 +0100 |
tree | 8977a94ae3295cda0f14ff695b5b69dc07348772 | |
parent | 0b3c75ad1a21574cc55b0c095a7dc21e2d27ffc8 [diff] |
accel/tcg: Reorg system mode load helpers Instead of trying to unify all operations on uint64_t, pull out mmu_lookup() to perform the basic tlb hit and resolution. Create individual functions to handle access by size. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>