Function tlb_shootdown::handle_tlb_shootdown_ipi
source · pub fn handle_tlb_shootdown_ipi() -> bool
Expand description
Handles a TLB shootdown IPI requested by another CPU.
There is no need to invoke this directly, it will be called by an IPI interrupt handler.
Return
Returns true
if virtual addresses were actually flushed, false
otherwise.