Searched refs:high_mmio_size (Results 1 – 2 of 2) sorted by relevance
191 high_mmio_size: Option<u64>, field202 high_mmio_size: None, in new()220 self.high_mmio_size = Some(size); in add_high_mmio_addresses()229 self.high_mmio_size.ok_or(Error::MissingHighMMIOAddresses)?, in create_allocator()
443 let (high_mmio_base, high_mmio_size) = Self::get_high_mmio_base_size(mem_size); in get_resource_allocator()445 .add_high_mmio_addresses(high_mmio_base, high_mmio_size) in get_resource_allocator()