macro_rules! vmi_probe {
($prober:expr, $expr:expr) => { ... };
}Expand description
Probes for safely handling page faults during memory access operations.
macro_rules! vmi_probe {
($prober:expr, $expr:expr) => { ... };
}Probes for safely handling page faults during memory access operations.