Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dtbdata.c107 case ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL: in acpi_tb_acquire_table()
160 case ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL: in acpi_tb_release_table()
197 case ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL: in acpi_tb_acquire_temp_table()
Dtbinstal.c193 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL); in acpi_tb_install_fixed_table()
419 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL); in acpi_tb_override_table()
Dtbutils.c364 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL, in acpi_tb_parse_root_table()
Dtbxfload.c252 flags = ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL; in acpi_install_table()
Dtbxface.c236 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL) { in ACPI_EXPORT_SYMBOL_INIT()
Ddbcmds.c320 case ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL: in acpi_db_display_table_info()
/linux-4.4.14/include/acpi/
Dactbl.h379 #define ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL (1) /* Physical address, internally mapped */ macro