Lines Matching defs:BarRange
132 pub struct BarRange { struct
134 pub addr: u64,
136 pub size: u64,
138 pub prefetchable: bool,
357 fn allocate_io_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
364 fn allocate_device_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars()
474 _bar_ranges: &[BarRange], in configure_bridge_window()
475 ) -> Result<Vec<BarRange>> { in configure_bridge_window()
758 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_io_bars()
761 fn allocate_device_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<BarRange>> { in allocate_device_bars()
830 bar_ranges: &[BarRange], in configure_bridge_window()
831 ) -> Result<Vec<BarRange>> { in configure_bridge_window()