Searched defs:PendingInterrupts (Results 1 – 4 of 4) sorted by relevance
436 pub fn get_pending_irqs(&mut self, vcpu_ready: bool) -> PendingInterrupts { in get_pending_irqs()700 pub struct PendingInterrupts { struct702 pub fixed: Option<Vector>,704 pub nmis: u32,706 pub init: bool,708 pub startup: Option<Vector>,711 pub needs_window: bool,
828 WHV_PROCESSOR_INTERCEPT_COUNTER PendingInterrupts; member
1337 WHV_PROCESSOR_INTERCEPT_COUNTER PendingInterrupts; member
8739 pub PendingInterrupts: WHV_PROCESSOR_INTERCEPT_COUNTER, field