pub unsafe extern "C" fn tlb_flush_by_mmuidx_all_cpus_synced(
    cpu: *mut CPUState,
    idxmap: u16
)
Expand description

tlb_flush_by_mmuidx_all_cpus_synced: @cpu: Originating CPU of the flush @idxmap: bitmap of MMU indexes to flush

Flush all entries from all TLBs of all CPUs, for the specified MMU indexes like tlb_flush_by_mmuidx_all_cpus except except the source vCPUs work is scheduled as safe work meaning all flushes will be complete once the source vCPUs safe work is complete. This will depend on when the guests translation ends the TB.