Home
last modified time | relevance | path

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

/external/crosvm/resources/src/
Dsystem_allocator.rs191 high_mmio_size: Option<u64>, field
202 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()
/external/crosvm/aarch64/src/
Dlib.rs443 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()