summary refs log tree commit diff stats
path: root/include/exec/tlb-common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tcg: Add tlb_fast_offset to TCGContextRichard Henderson2023-06-051-0/+56
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>