Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dvfio_pci.rs49 .region_read(VFIO_PCI_CONFIG_REGION_INDEX, data.as_mut(), offset.into()); in read_config_byte()
58 .region_read(VFIO_PCI_CONFIG_REGION_INDEX, data.as_mut(), offset.into()); in read_config_word()
67 .region_read(VFIO_PCI_CONFIG_REGION_INDEX, data.as_mut(), offset.into()); in read_config_dword()
75 VFIO_PCI_CONFIG_REGION_INDEX, in write_config_byte()
85 .region_write(VFIO_PCI_CONFIG_REGION_INDEX, &data, offset.into()) in write_config_word()
92 .region_write(VFIO_PCI_CONFIG_REGION_INDEX, &data, offset.into()) in write_config_dword()
1031 .region_write(VFIO_PCI_CONFIG_REGION_INDEX, data, start); in write_config_register()
/external/kernel-headers/original/uapi/linux/
Dvfio.h792 VFIO_PCI_CONFIG_REGION_INDEX, enumerator
/external/crosvm/vfio_sys/src/
Dvfio.rs280 pub const VFIO_PCI_CONFIG_REGION_INDEX: _bindgen_ty_1 = 7; constant
/external/crosvm/devices/src/
Dvfio.rs527 || dev_info.num_regions < VFIO_PCI_CONFIG_REGION_INDEX + 1 in get_regions()