Lines Matching full:bytes
21 use vm_memory::{Address, Bytes, GuestAddress, GuestMemoryRegion};
185 let mut bytes = Vec::new(); in create_dsdt_table() localVariable
187 device_manager.lock().unwrap().to_aml_bytes(&mut bytes); in create_dsdt_table()
188 cpu_manager.lock().unwrap().to_aml_bytes(&mut bytes); in create_dsdt_table()
189 memory_manager.lock().unwrap().to_aml_bytes(&mut bytes); in create_dsdt_table()
190 dsdt.append_slice(&bytes); in create_dsdt_table()
198 // Revision 6 of the ACPI FADT table is 276 bytes long in create_facp_table()
256 // MCFG reserved 8 bytes in create_mcfg_table()
289 // SRAT reserved 12 bytes in create_srat_table()
362 // Number of System Localities on 8 bytes. in create_slit_table()
537 // Length of the ITS group node in bytes in create_iort_table()
547 // Length of the root complex node in bytes in create_iort_table()
600 // VIOT reserved 8 bytes in create_viot_table()