Function panda_sys::tlb_flush_page_by_mmuidx_all_cpus[][src]

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

tlb_flush_page_by_mmuidx_all_cpus: @cpu: Originating CPU of the flush @addr: virtual address of page to be flushed @idxmap: bitmap of MMU indexes to flush

Flush one page from the TLB of all CPUs, for the specified MMU indexes.