Searched refs:VFIO_PCI_CONFIG_REGION_INDEX (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/devices/src/pci/ |
D | vfio_pci.rs | 49 .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/ |
D | vfio.h | 792 VFIO_PCI_CONFIG_REGION_INDEX, enumerator
|
/external/crosvm/vfio_sys/src/ |
D | vfio.rs | 280 pub const VFIO_PCI_CONFIG_REGION_INDEX: _bindgen_ty_1 = 7; constant
|
/external/crosvm/devices/src/ |
D | vfio.rs | 527 || dev_info.num_regions < VFIO_PCI_CONFIG_REGION_INDEX + 1 in get_regions()
|