Home
last modified time | relevance | path

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

/external/crosvm/x86_64/src/
Dacpi.rs67 struct IoapicInterruptSourceOverride { struct
76 // Safe as IoapicInterruptSourceOverride structure only contains raw data argument
77 unsafe impl DataInit for IoapicInterruptSourceOverride {} implementation