|
iPXE
|
iPXE ACPI API for EFI More...
#include <ipxe/acpi.h>#include <ipxe/uaccess.h>#include <ipxe/efi/efi.h>#include <ipxe/efi/Guid/Acpi.h>#include <ipxe/efi/efi_acpi.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| EFI_USE_TABLE (ACPI_10_TABLE, &rsdp, 0) | |
| static const struct acpi_rsdt * | efi_find_rsdt (void) |
| Locate ACPI root system description table. More... | |
| PROVIDE_ACPI (efi, acpi_find_rsdt, efi_find_rsdt) | |
| PROVIDE_ACPI_INLINE (efi, acpi_find) | |
Variables | |
| static EFI_ACPI_1_0_ROOT_SYSTEM_DESCRIPTION_POINTER * | rsdp |
| ACPI configuration table. More... | |
iPXE ACPI API for EFI
Definition in file efi_acpi.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| EFI_USE_TABLE | ( | ACPI_10_TABLE | , |
| & | rsdp, | ||
| 0 | |||
| ) |
|
static |
Locate ACPI root system description table.
| rsdt | ACPI root system description table, or NULL |
Definition at line 48 of file efi_acpi.c.
References NULL, rsdp, and EFI_ACPI_1_0_ROOT_SYSTEM_DESCRIPTION_POINTER::RsdtAddress.
| PROVIDE_ACPI | ( | efi | , |
| acpi_find_rsdt | , | ||
| efi_find_rsdt | |||
| ) |
| PROVIDE_ACPI_INLINE | ( | efi | , |
| acpi_find | |||
| ) |
|
static |
ACPI configuration table.
Definition at line 40 of file efi_acpi.c.
Referenced by efi_find_rsdt(), and rsdp_find_rsdt_range().
1.8.15