Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/uv/kernel/
H A Dsetup.c67 if (strncmp(rsdp->signature, ACPI_SIG_RSDP, sizeof(ACPI_SIG_RSDP) - 1)) { in uv_probe_system_type()
/openbmc/linux/include/acpi/
H A Dactbl.h36 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */ macro
H A Dactypes.h530 #define ACPI_VALIDATE_RSDP_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8))
531 #define ACPI_MAKE_RSDP_SIG(dest) (memcpy (ACPI_CAST_PTR (char, (dest)), ACPI_SIG_RSDP, 8))
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst26 - ACPI_SIG_RSDP (has a signature of 6 bytes)
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c855 signature = ACPI_SIG_RSDP; in osl_get_bios_table()