Home
last modified time | relevance | path

Searched defs:SystemAllocatorConfig (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/resources/src/
Dsystem_allocator.rs85 pub struct SystemAllocatorConfig { struct
87 pub io: Option<AddressRange>,
93 pub low_mmio: AddressRange,
99 pub high_mmio: AddressRange,
101 pub platform_mmio: Option<AddressRange>,
103 pub first_irq: u32,
134 config: SystemAllocatorConfig, in new()
/external/crosvm/aarch64/src/
Dlib.rs362 fn get_system_allocator_config<V: Vm>(vm: &V) -> SystemAllocatorConfig { in get_system_allocator_config()
861 ) -> SystemAllocatorConfig { in get_resource_allocator_config()
/external/crosvm/arch/src/
Dlib.rs417 fn get_system_allocator_config<V: Vm>(vm: &V) -> SystemAllocatorConfig; in get_system_allocator_config()
/external/crosvm/x86_64/src/
Dlib.rs668 fn get_system_allocator_config<V: Vm>(vm: &V) -> SystemAllocatorConfig { in get_system_allocator_config()