Function panda_sys::tlb_flush_page[][src]

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

tlb_flush_page: @cpu: CPU whose TLB should be flushed @addr: virtual address of page to be flushed

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