Searched refs:ACPI_SIG_RSDP (Results 1 – 2 of 2) sorted by relevance
72 #define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Pointer */ macro
573 #define ACPI_VALIDATE_RSDP_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8))574 #define ACPI_MAKE_RSDP_SIG(dest) (memcpy (ACPI_CAST_PTR (char, (dest)), ACPI_SIG_RSDP, 8))