Lines Matching refs:scope
319 Aml *scope; in build_uart_device_aml() local
325 scope = aml_scope("_SB"); in build_uart_device_aml()
348 aml_append(scope, dev); in build_uart_device_aml()
349 aml_append(table, scope); in build_uart_device_aml()
385 static void build_pci_device_aml(Aml *scope, LoongArchVirtMachineState *lvms) in build_pci_device_aml() argument
398 acpi_dsdt_add_gpex(scope, &cfg); in build_pci_device_aml()
401 static void build_flash_aml(Aml *scope, LoongArchVirtMachineState *lvms) in build_flash_aml() argument
428 aml_append(scope, dev); in build_flash_aml()
438 aml_append(scope, dev); in build_flash_aml()
442 static void acpi_dsdt_add_tpm(Aml *scope, LoongArchVirtMachineState *vms) in acpi_dsdt_add_tpm() argument
472 aml_append(scope, dev); in acpi_dsdt_add_tpm()
481 Aml *dsdt, *scope, *pkg; in build_dsdt() local
498 scope = aml_scope("\\"); in build_dsdt()
504 aml_append(scope, aml_name_decl("_S5", pkg)); in build_dsdt()
505 aml_append(dsdt, scope); in build_dsdt()