Searched refs:ACPI_SIG_RSDP (Results 1 – 5 of 5) sorted by relevance
67 if (strncmp(rsdp->signature, ACPI_SIG_RSDP, sizeof(ACPI_SIG_RSDP) - 1)) { in uv_probe_system_type()
36 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */ macro
527 #define ACPI_VALIDATE_RSDP_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8))528 #define ACPI_MAKE_RSDP_SIG(dest) (memcpy (ACPI_CAST_PTR (char, (dest)), ACPI_SIG_RSDP, 8))
26 - ACPI_SIG_RSDP (has a signature of 6 bytes)
855 signature = ACPI_SIG_RSDP; in osl_get_bios_table()