Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dvfio_pci.rs832 while i <= VFIO_PCI_ROM_REGION_INDEX { in allocate_io_bars()
835 if i == VFIO_PCI_ROM_REGION_INDEX { in allocate_io_bars()
845 if (low_flag & 0x1 == 0 || i == VFIO_PCI_ROM_REGION_INDEX) && low != 0 { in allocate_io_bars()
/external/kernel-headers/original/uapi/linux/
Dvfio.h791 VFIO_PCI_ROM_REGION_INDEX, enumerator
/external/crosvm/vfio_sys/src/
Dvfio.rs279 pub const VFIO_PCI_ROM_REGION_INDEX: _bindgen_ty_1 = 6; constant