Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/uv/kernel/
Dsetup.c59 struct acpi_table_xsdt *xsdt; in uv_probe_system_type() local
72 xsdt = (struct acpi_table_xsdt *)__va(rsdp->xsdt_physical_address); in uv_probe_system_type()
73 if (strncmp(xsdt->header.signature, ACPI_SIG_XSDT, in uv_probe_system_type()
79 if (!strcmp(xsdt->header.oem_id, "SGI") && in uv_probe_system_type()
80 !strcmp(xsdt->header.oem_table_id + 4, "UV")) in uv_probe_system_type()