Home
last modified time | relevance | path

Searched refs:xsdt_physical_address (Results 1 – 4 of 4) sorted by relevance

/linux/include/acpi/
H A Dactbl.h112 u64 xsdt_physical_address; /* 64-bit physical address of the XSDT (ACPI 2.0+) */ member
131 u64 xsdt_physical_address; member
/linux/arch/x86/boot/compressed/
H A Dacpi.c223 rsdp->xsdt_physical_address && in get_acpi_srat_table()
225 root_table = rsdp->xsdt_physical_address; in get_acpi_srat_table()
/linux/drivers/acpi/acpica/
H A Dtbutils.c245 rsdp->xsdt_physical_address && !acpi_gbl_do_not_use_xsdt) { in acpi_tb_parse_root_table()
251 address = (acpi_physical_address)rsdp->xsdt_physical_address; in acpi_tb_parse_root_table()
/linux/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c843 xsdt_physical_address; in osl_get_bios_table()