Home
last modified time | relevance | path

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

/external/crosvm/resources/src/
Dsystem_allocator.rs218 pub fn add_high_mmio_addresses(mut self, base: u64, size: u64) -> Self { in add_high_mmio_addresses() method
/external/crosvm/devices/src/irqchip/kvm/
Dx86_64.rs890 .add_high_mmio_addresses(2048, 4096) in finalize_devices()
1008 .add_high_mmio_addresses(2048, 4096) in broadcast_eoi()
/external/crosvm/devices/src/pci/
Dac97.rs416 .add_high_mmio_addresses(0x3000_0000, 0x1000_0000) in create()
/external/crosvm/aarch64/src/
Dlib.rs445 .add_high_mmio_addresses(high_mmio_base, high_mmio_size) in get_resource_allocator()
/external/crosvm/x86_64/src/
Dlib.rs960 .add_high_mmio_addresses(high_mmio_start, u64::max_value() - high_mmio_start) in get_resource_allocator()