Searched defs:SystemAllocatorConfig (Results 1 – 4 of 4) sorted by relevance
85 pub struct SystemAllocatorConfig { struct87 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()
362 fn get_system_allocator_config<V: Vm>(vm: &V) -> SystemAllocatorConfig { in get_system_allocator_config()861 ) -> SystemAllocatorConfig { in get_resource_allocator_config()
417 fn get_system_allocator_config<V: Vm>(vm: &V) -> SystemAllocatorConfig; in get_system_allocator_config()
668 fn get_system_allocator_config<V: Vm>(vm: &V) -> SystemAllocatorConfig { in get_system_allocator_config()