Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpvpanic.rs59 pub enum PvPanicCode { enum
65 impl PvPanicCode { impl
66 pub fn from_u8(val: u8) -> PvPanicCode { in from_u8()
75 impl fmt::Display for PvPanicCode { implementation