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

tlb_flush_page_by_mmuidx: @cpu: CPU whose TLB should be flushed @addr: virtual address of page to be flushed @idxmap: bitmap of MMU indexes to flush

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