Lines Matching defs:rsdp
116 ACPI_TABLE_RSDP *rsdp;
761 if (rsdp == NULL)
764 rsdt = (ACPI_TABLE_RSDT *)(uintptr_t)rsdp->RsdtPhysicalAddress;
765 xsdt = (ACPI_TABLE_XSDT *)(uintptr_t)rsdp->XsdtPhysicalAddress;
766 if (rsdp->Revision < 2) {
1129 if ((rsdp = efi_get_table(&acpi20)) == NULL)
1130 if ((rsdp = efi_get_table(&acpi)) == NULL)
1133 sprintf(buf, "0x%016"PRIxPTR, (uintptr_t)rsdp);
1134 setenv("acpi.rsdp", buf, 1);
1135 revision = rsdp->Revision;
1140 strncpy(buf, rsdp->OemId, sizeof(rsdp->OemId));
1141 buf[sizeof(rsdp->OemId)] = '\0';
1143 sprintf(buf, "0x%016x", rsdp->RsdtPhysicalAddress);
1148 (unsigned long long)rsdp->XsdtPhysicalAddress);
1150 sprintf(buf, "%d", rsdp->Length);