Function panda_sys::tlb_flush_page_all_cpus_synced[][src]

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

tlb_flush_page_all_cpus_synced: @cpu: src CPU of the flush @addr: virtual address of page to be flushed

Flush one page from the TLB of the specified CPU, for all MMU indexes like tlb_flush_page_all_cpus except the source vCPUs work is scheduled as safe work meaning all flushes will be complete once the source vCPUs safe work is complete. This will depend on when the guests translation ends the TB.