Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/resources/src/
H A Dsystem_allocator.rs86 pub struct SystemAllocatorConfig { struct
88 pub io: Option<AddressRange>,
94 pub low_mmio: AddressRange,
100 pub high_mmio: AddressRange,
102 pub platform_mmio: Option<AddressRange>,
104 pub first_irq: u32,
135 config: SystemAllocatorConfig, in new()
/aosp_15_r20/external/crosvm/riscv64/src/
H A Dlib.rs197 ) -> SystemAllocatorConfig { in get_system_allocator_config()
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dlib.rs476 ) -> SystemAllocatorConfig { in get_system_allocator_config()
/aosp_15_r20/external/crosvm/arch/src/
H A Dlib.rs509 ) -> SystemAllocatorConfig; in get_system_allocator_config()
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dlib.rs813 ) -> SystemAllocatorConfig { in get_system_allocator_config()