summaryrefslogtreecommitdiffstats
path: root/include/exec/memory.h
diff options
context:
space:
mode:
authorRichard Henderson2018-10-20 22:54:46 +0200
committerRichard Henderson2018-10-31 13:16:02 +0100
commit60a2ad7d86e7379e6669806bedaa6cfdf4f2c2f4 (patch)
tree5be474696ef4d3007d8ac189f3d2e6bff66c2735 /include/exec/memory.h
parentcputlb: Remove tcg_enabled hack from tlb_flush_nocheck (diff)
downloadqemu-60a2ad7d86e7379e6669806bedaa6cfdf4f2c2f4.tar.gz
qemu-60a2ad7d86e7379e6669806bedaa6cfdf4f2c2f4.tar.xz
qemu-60a2ad7d86e7379e6669806bedaa6cfdf4f2c2f4.zip
cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush
Protect it with the tlb_lock instead of using atomics. The move puts it in or near the same cacheline as the lock; using the lock means we don't need a second atomic operation in order to perform the update. Which makes it cheap to also update pending_flush in tlb_flush_by_mmuidx_async_work. Tested-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/memory.h')
0 files changed, 0 insertions, 0 deletions