commit | 1ba3cb88775fd7a9defae36855a99a2c64942905 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Oct 07 18:54:26 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 13 11:27:06 2024 -0700 |
tree | e032969a66a382fd291cd4923c9efafc4c0323bc | |
parent | 64bda5106c56faa19a31e091aef3a08249cc4ad0 [diff] |
target/arm: Implement TCGCPUOps.tlb_fill_align Fill in the tlb_fill_align hook. Handle alignment not due to memory type, since that's no longer handled by generic code. Pass memop to get_phys_addr. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>