Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpvpanic.rs69 pub struct PvPanicPciDevice { struct
75 impl PvPanicPciDevice { argument
76 pub fn new(evt_tube: Tube) -> PvPanicPciDevice { in new()
97 impl PciDevice for PvPanicPciDevice { implementation