Home
last modified time | relevance | path

Searched refs:ACPI_ROOT_ORIGIN_ALLOCATED (Results 1 – 3 of 3) sorted by relevance

/drivers/acpi/acpica/
Dtbinstal.c367 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_resize_root_table_list()
389 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_resize_root_table_list()
397 acpi_gbl_root_table_list.flags |= ACPI_ROOT_ORIGIN_ALLOCATED; in acpi_tb_resize_root_table_list()
519 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_tb_terminate()
Dtbxface.c174 if (acpi_gbl_root_table_list.flags & ACPI_ROOT_ORIGIN_ALLOCATED) { in acpi_reallocate_root_table()
Daclocal.h209 #define ACPI_ROOT_ORIGIN_ALLOCATED (1) macro