diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-09-29 10:51:21 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-10-04 12:13:12 -0700 |
commit | 1d41a79b3c7573c941723455149cfadfe7c2ab37 (patch) | |
tree | 6eec27ed1eb95a4841e286156fdf2e7f48e533cc /accel/tcg/translate-all.c | |
parent | 93b996161b54860ded173f54ed96257717bb9728 (diff) |
accel/tcg: Inline tb_flush_jmp_cache
This function has two users, who use it incompatibly.
In tlb_flush_page_by_mmuidx_async_0, when flushing a
single page, we need to flush exactly two pages.
In tlb_flush_range_by_mmuidx_async_0, when flushing a
range of pages, we need to flush N+1 pages.
This avoids double-flushing of jmp cache pages in a range.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/tcg/translate-all.c')
0 files changed, 0 insertions, 0 deletions