Searched refs:ACPI_RSD_PTR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/AcpiPlatformDxe/
H A DAcpiPlatform.c185 # define ACPI_RSD_PTR SIGNATURE_64('R', 'S', 'D', ' ', 'P', 'T', 'R', ' ') macro
198 if (*(UINT64 *)(Address) == ACPI_RSD_PTR) {
208 if (*(UINT64 *)(Address + Index) == ACPI_RSD_PTR) {
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DPlatform.c212 #define ACPI_RSD_PTR SIGNATURE_64('R', 'S', 'D', ' ', 'P', 'T', 'R', ' ') macro
219 if (*(UINT64 *)(Address) == ACPI_RSD_PTR) {
225 #undef ACPI_RSD_PTR macro

Completed in 43 milliseconds