|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_TABLES |
Functions | |
| UINT32 | AcpiTbGetRsdpLength (ACPI_TABLE_RSDP *Rsdp) |
| ACPI_STATUS | AcpiTbValidateRsdp (ACPI_TABLE_RSDP *Rsdp) |
| ACPI_STATUS ACPI_INIT_FUNCTION | AcpiFindRootPointer (ACPI_PHYSICAL_ADDRESS *TableAddress) |
| UINT8 * | AcpiTbScanMemoryForRsdp (UINT8 *StartAddress, UINT32 Length) |
| #define _COMPONENT ACPI_TABLES |
Definition at line 49 of file tbxfroot.c.
| ACPI_STATUS ACPI_INIT_FUNCTION AcpiFindRootPointer | ( | ACPI_PHYSICAL_ADDRESS * | TableAddress | ) |
Definition at line 160 of file tbxfroot.c.
Referenced by AcpiFindRootPointer(), and AcpiOsGetRootPointer().
| UINT32 AcpiTbGetRsdpLength | ( | ACPI_TABLE_RSDP * | Rsdp | ) |
Definition at line 66 of file tbxfroot.c.
Definition at line 296 of file tbxfroot.c.
Referenced by AcpiFindRootPointer().
| ACPI_STATUS AcpiTbValidateRsdp | ( | ACPI_TABLE_RSDP * | Rsdp | ) |
Definition at line 103 of file tbxfroot.c.
Referenced by AcpiTbScanMemoryForRsdp().