Function panda_sys::tlb_flush_by_mmuidx[][src]

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

tlb_flush_by_mmuidx: @cpu: CPU whose TLB should be flushed @wait: If true ensure synchronisation by exiting the cpu_loop @idxmap: bitmap of MMU indexes to flush

Flush all entries from the TLB of the specified CPU, for the specified MMU indexes.