Trait SendSyntheticClusterIpi

Source
pub trait SendSyntheticClusterIpi {
    // Required method
    fn send_synthetic_cluster_ipi(
        &mut self,
        target_vtl: Option<Vtl>,
        vector: u32,
        flags: u8,
        processor_set: ProcessorSet<'_>,
    ) -> HvResult<()>;
}
Expand description

Implements the HvSendSyntheticClusterIpi hypercall.

Required Methods§

Source

fn send_synthetic_cluster_ipi( &mut self, target_vtl: Option<Vtl>, vector: u32, flags: u8, processor_set: ProcessorSet<'_>, ) -> HvResult<()>

Sends an ipi to a synthetic cluster.

Implementors§