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

tlb_flush_by_mmuidx_all_cpus: @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.