Searched hist:"64 f2674bbc695345786b4adbb0feae4f08591f9d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | diff 64f2674bbc695345786b4adbb0feae4f08591f9d Tue Oct 23 00:01:01 CDT 2018 Richard Henderson <richard.henderson@linaro.org> cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_work
The difference between the two sets of APIs is now miniscule.
This allows tlb_flush, tlb_flush_all_cpus, and tlb_flush_all_cpus_synced to be merged with their corresponding by_mmuidx functions as well. For accounting, consider mmu_idx_bitmask = ALL_MMUIDX_BITS to be a full flush.
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>
|