|
iPXE
|
Standard PC-BIOS ACPI RSDP interface. More...
Go to the source code of this file.
Macros | |
| #define | ACPI_PREFIX_rsdp __rsdp_ |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| static | __attribute__ ((always_inline)) const struct acpi_header *ACPI_INLINE(rsdp |
| Locate ACPI table. | |
| static | acpi_find (uint32_t signature, unsigned int index) |
| Locate ACPI table. | |
Standard PC-BIOS ACPI RSDP interface.
Definition in file rsdp.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
inlinestatic |
Locate ACPI table.
| signature | Requested table signature |
| index | Requested index of table with this signature |
| table | Table, or NULL if not found |
| acpi_find | ( | uint32_t | signature, |
| unsigned int | index ) |
Locate ACPI table.
| signature | Requested table signature |
| index | Requested index of table with this signature |
| table | Table, or NULL if not found |
Definition at line 27 of file rsdp.h.
References acpi_find(), acpi_find_via_rsdt(), index, rsdp, and signature.
Referenced by acpi_find(), acpi_find(), PROVIDE_ACPI_INLINE(), PROVIDE_ACPI_INLINE(), PROVIDE_ACPI_INLINE(), typeof(), and typeof().