Function panda_sys::tlb_flush[][src]

pub unsafe extern "C" fn tlb_flush(cpu: *mut CPUState)
Expand description

tlb_flush: @cpu: CPU whose TLB should be flushed

Flush the entire TLB for the specified CPU. Most CPU architectures allow the implementation to drop entries from the TLB at any time so this is generally safe. If more selective flushing is required use one of the other functions for efficiency.