iPXE ACPI API for EFI
More...
Go to the source code of this file.
iPXE ACPI API for EFI
Definition in file efi_acpi.h.
◆ ACPI_PREFIX_efi
| #define ACPI_PREFIX_efi __efi_ |
◆ FILE_LICENCE()
| FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL |
| ) |
|
◆ __attribute__()
Locate ACPI table.
- Parameters
-
| signature | Requested table signature |
| index | Requested index of table with this signature |
- Return values
-
| table | Table, or NULL if not found |
◆ acpi_find()
| static acpi_find |
( |
uint32_t |
signature, |
|
|
unsigned int |
index |
|
) |
| |
Locate ACPI table.
- Parameters
-
| signature | Requested table signature |
| index | Requested index of table with this signature |
- Return values
-
| table | Table, or NULL if not found |
Definition at line 26 of file efi_acpi.h.
const struct acpi_header * acpi_find_via_rsdt(uint32_t signature, unsigned int index)
Locate ACPI table via RSDT.
u8 signature
CPU signature.
References acpi_find_via_rsdt(), index, and signature.