pub trait SendSyntheticClusterIpiEx {
// Required method
fn send_synthetic_cluster_ipi_ex(
&mut self,
target_vtl: Option<Vtl>,
vector: u32,
flags: u8,
processor_set: ProcessorSet<'_>,
) -> HvResult<()>;
}
Expand description
Implements the HvSendSyntheticClusterIpi
hypercall.