Struct TlbIpi
Source pub struct TlbIpi {
cr3: Cr3,
va: Option<Va>,
processed: AtomicUsize,
}
Expand description
If va is Some, invalidate only that page. Otherwise, shutdown the whole
TLB.
Count of CPUs that processed this request.
Send the request and wait until the request is done for all CPUs
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
[From]<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.