Searched refs:ACPI_SIG_RSDP (Results 1 – 5 of 5) sorted by relevance
69 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */ macro
555 #define ACPI_VALIDATE_RSDP_SIG(a) (!ACPI_STRNCMP (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8…556 #define ACPI_MAKE_RSDP_SIG(dest) (ACPI_MEMCPY (ACPI_CAST_PTR (char, (dest)), ACPI_SIG_RSDP, …
97 if (strncmp(rsdp->signature, ACPI_SIG_RSDP, sizeof(ACPI_SIG_RSDP) - 1)) { in acpi_get_sysname()
20 - ACPI_SIG_RSDP (has a signature of 6 bytes)
865 signature = ACPI_SIG_RSDP; in osl_get_bios_table()