commit | d0a9bb5ecb85383198fb416bb8ecfd11127e6452 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 27 16:07:15 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 05 12:04:28 2023 -0700 |
tree | 8be1e95665440739b4f0c39c3ca2cec3eaaaf795 | |
parent | 238f43809a85a47cfbbc2e1d6aff4640fec30328 [diff] |
tcg: Add tlb_fast_offset to TCGContext Disconnect the layout of ArchCPU from TCG compilation. Pass the relative offset of 'env' and 'neg.tlb.f' as a parameter. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>