Home
last modified time | relevance | path

Searched defs:PendingInterrupts (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dapic.rs436 pub fn get_pending_irqs(&mut self, vcpu_ready: bool) -> PendingInterrupts { in get_pending_irqs()
700 pub struct PendingInterrupts { struct
702 pub fixed: Option<Vector>,
704 pub nmis: u32,
706 pub init: bool,
708 pub startup: Option<Vector>,
711 pub needs_window: bool,
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
DWinHvPlatformDefs.h828 WHV_PROCESSOR_INTERCEPT_COUNTER PendingInterrupts; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h1337 WHV_PROCESSOR_INTERCEPT_COUNTER PendingInterrupts; member
H A Dbindings.rs8739 pub PendingInterrupts: WHV_PROCESSOR_INTERCEPT_COUNTER, field