Searched refs:dest_vm_acpi_path (Results 1 – 2 of 2) sorted by relevance
| /misc/config_tools/acpi_gen/ |
| A D | bin_gen.py | 61 os.chdir(dest_vm_acpi_path) 64 if 'tpm2.asl' in os.listdir(dest_vm_acpi_path): 67 shutil.move(os.path.join(dest_vm_acpi_path, acpi_table[1]), 71 os.remove(os.path.join(dest_vm_acpi_path, acpi_table[1])) 75 if acpi_table[0] in os.listdir(dest_vm_acpi_path): 92 shutil.move(os.path.join(dest_vm_acpi_path, acpi_table[1]), 96 os.remove(os.path.join(dest_vm_acpi_path, acpi_table[1])) 100 shutil.copy(os.path.join(dest_vm_acpi_path, acpi_table[0]), 175 if ACPI_TABLE_LIST[7][1] in os.listdir(dest_vm_acpi_path): 179 elif ACPI_TABLE_LIST[8][1] in os.listdir(dest_vm_acpi_path): [all …]
|
| A D | asl_gen.py | 32 def gen_rsdp(dest_vm_acpi_path): argument 52 def gen_xsdt(dest_vm_acpi_path, passthru_devices): argument 88 def gen_fadt(dest_vm_acpi_path, board_root): argument 112 def gen_mcfg(dest_vm_acpi_path): argument 140 def gen_madt(dest_vm_acpi_path, max_cpu_num, apic_ids): argument 310 def gen_tpm2(dest_vm_acpi_path, passthru_devices): argument 924 if not os.path.isdir(dest_vm_acpi_path): 925 os.makedirs(dest_vm_acpi_path) 929 gen_rsdp(dest_vm_acpi_path) 931 gen_fadt(dest_vm_acpi_path, board_root) [all …]
|
Completed in 6 milliseconds