Home
last modified time | relevance | path

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

/external/crosvm/x86_64/src/
Dacpi.rs17 struct LocalAPIC { struct
25 // Safe as LocalAPIC structure only contains raw data argument
26 unsafe impl DataInit for LocalAPIC {} implementation