Home
last modified time | relevance | path

Searched refs:BarInUse64 (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/pci/
Dpci_configuration.rs250 BarInUse64(usize), enumerator
269 BarInUse64(b) => write!(f, "64bit bar {} already used(requires two regs)", b), in fmt()
466 return Err(Error::BarInUse64(config.reg_idx)); in add_pci_bar()