Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs189 const CAPABILITY_BAR_SIZE: u64 = 0x8000; constant
451 CAPABILITY_BAR_SIZE, in allocate_io_bars()
462 CAPABILITY_BAR_SIZE, in allocate_io_bars()
464 .map_err(|e| PciDeviceError::IoAllocationFailed(CAPABILITY_BAR_SIZE, e))?; in allocate_io_bars()
468 .set_size(CAPABILITY_BAR_SIZE); in allocate_io_bars()
474 ranges.push((settings_config_addr, CAPABILITY_BAR_SIZE)); in allocate_io_bars()