Home
last modified time | relevance | path

Searched refs:amls (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/x86_64/src/
Dacpi.rs30 pub amls: Vec<u8>, field
180 amls: BTreeMap<PciAddress, Vec<u8>>, in create_customize_ssdt()
182 if amls.is_empty() { in create_customize_ssdt()
195 for (address, children) in amls { in create_customize_ssdt()
204 fn create_dsdt_table(amls: &[u8]) -> SDT { in create_dsdt_table()
214 if !amls.is_empty() { in create_dsdt_table()
215 dsdt.append_slice(amls); in create_dsdt_table()
583 let dsdt = create_dsdt_table(&acpi_dev_resource.amls); in create_acpi_tables()
Dlib.rs751 let (pci, pci_irqs, mut pid_debug_label_map, amls) = arch::generate_pci_root( in build_vm()
899 let sdt = acpi::create_customize_ssdt(pci.clone(), amls); in build_vm()
1808 let mut amls = Vec::new(); in setup_acpi_devices() localVariable
1818 &mut amls, in setup_acpi_devices()
1857 pcie_vcfg.to_aml_bytes(&mut amls); in setup_acpi_devices()
1912 ac_dev.lock().to_aml_bytes(&mut amls); in setup_acpi_devices()
1928 pmresource.to_aml_bytes(&mut amls); in setup_acpi_devices()
1976 .to_aml_bytes(&mut amls); in setup_acpi_devices()
1986 .to_aml_bytes(&mut amls); in setup_acpi_devices()
2002 amls, in setup_acpi_devices()
/external/crosvm/devices/src/virtio/
Dvirtio_mmio_device.rs411 let mut amls = Vec::new(); in generate_acpi() localVariable
412 self.to_aml_bytes(&mut amls); in generate_acpi()
413 if amls.is_empty() { in generate_acpi()
420 ssdt.append_slice(&amls); in generate_acpi()
431 ssdt.append_slice(&amls); in generate_acpi()
/external/crosvm/arch/src/sys/
Dunix.rs52 amls: &mut Vec<u8>, in add_goldfish_battery()
92 goldfish_bat.to_aml_bytes(amls); in add_goldfish_battery()
/external/crosvm/arch/src/
Dlib.rs1080 let mut amls = BTreeMap::new(); in generate_pci_root() localVariable
1108 amls.insert(address, methods); in generate_pci_root()
1155 Ok((root, pci_irqs, pid_labels, amls)) in generate_pci_root()
/external/crosvm/devices/src/pci/
Dvfio_pci.rs2241 let mut amls = Vec::new(); in generate_acpi_methods() localVariable
2246 vcfg_register.to_aml_bytes(&mut amls); in generate_acpi_methods()
2255 PowerResourceMethod {}.to_aml_bytes(&mut amls); in generate_acpi_methods()
2259 (amls, shm) in generate_acpi_methods()
/external/crosvm/aarch64/src/
Dlib.rs647 let mut amls = Vec::new(); in build_vm() localVariable
649 &mut amls, in build_vm()