|
PatchworkOS
|
System Description Table Header. More...
#include <acpi.h>
System Description Table Header.
| uint32_t sdt_header_t::length |
Definition at line 92 of file acpi.h.
Referenced by acpi_is_table_valid(), acpi_table_read(), acpi_tables_load_from_xsdt(), acpi_tables_push(), aml_def_data_region_read(), aml_init_parse_all(), and pci_config_init().
| uint8_t sdt_header_t::oemId[SDT_OEM_ID_LENGTH] |
Definition at line 95 of file acpi.h.
Referenced by acpi_tables_push(), and aml_def_data_region_read().
| uint8_t sdt_header_t::oemTableId[SDT_OEM_TABLE_ID_LENGTH] |
Definition at line 96 of file acpi.h.
Referenced by aml_def_data_region_read().
| uint8_t sdt_header_t::revision |
Definition at line 93 of file acpi.h.
Referenced by acpi_tables_push(), and aml_integer_handling_init().
| uint8_t sdt_header_t::signature[SDT_SIGNATURE_LENGTH] |
Definition at line 91 of file acpi.h.
Referenced by acpi_is_table_valid(), acpi_is_xsdt_valid(), acpi_tables_expose(), acpi_tables_init(), acpi_tables_init_handlers(), acpi_tables_load_from_xsdt(), and acpi_tables_push().