Function panda_sys::tlb_flush_all_cpus_synced[][src]

pub unsafe extern "C" fn tlb_flush_all_cpus_synced(
    src_cpu: *mut CPUState
)
Expand description

tlb_flush_all_cpus_synced: @cpu: src CPU of the flush

Like tlb_flush_all_cpus except this 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.