Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dx86_64.rs90 pub struct VcpuInterruptState { struct
91 pub injected: bool,
92 pub nr: u8,
93 pub soft: bool,
94 pub shadow: Option<u8>,