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 UNULL 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 UNULL if not found |
Definition at line 26 of file efi_acpi.h.
userptr_t 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.