Lines Matching defs:u64
86 fn allocate_io_bars(&mut self, _resources: &mut SystemAllocator) -> Result<Vec<(u64, u64)>> { in allocate_io_bars() argument
96 ) -> Result<Vec<(u64, u64)>> { in allocate_device_bars() argument
107 fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() argument
119 fn write_config_register(&mut self, reg_idx: usize, offset: u64, data: &[u8]); in write_config_register()
124 fn read_bar(&mut self, addr: u64, data: &mut [u8]); in read_bar()
128 fn write_bar(&mut self, addr: u64, data: &[u8]); in write_bar()
149 offset: u64, in config_register_write()
208 fn allocate_io_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<(u64, u64)>> { in allocate_io_bars() argument
211 fn allocate_device_bars(&mut self, resources: &mut SystemAllocator) -> Result<Vec<(u64, u64)>> { in allocate_device_bars() argument
217 fn ioevents(&self) -> Vec<(&Event, u64, Datamatch)> { in ioevents() argument
223 fn write_config_register(&mut self, reg_idx: usize, offset: u64, data: &[u8]) { in write_config_register()
226 fn read_bar(&mut self, addr: u64, data: &mut [u8]) { in read_bar()
229 fn write_bar(&mut self, addr: u64, data: &[u8]) { in write_bar()
260 fn write_config_register(&mut self, reg_idx: usize, offset: u64, data: &[u8]) { in write_config_register()
264 fn read_bar(&mut self, _addr: u64, _data: &mut [u8]) {} in read_bar()
266 fn write_bar(&mut self, _addr: u64, _data: &[u8]) {} in write_bar()