Home
last modified time | relevance | path

Searched defs:acpi_table_header (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dcore.c37 struct acpi_table_header { struct
55 #define ACPI_TABLE_HDR_SIZE sizeof(struct acpi_table_header) argument
/openbmc/linux/include/acpi/
H A Dactbl.h68 struct acpi_table_header { struct
69 char signature[ACPI_NAMESEG_SIZE]; /* ASCII table signature */
70 u32 length; /* Length of table in bytes, including this header */
71 u8 revision; /* ACPI Specification minor version number */
72 u8 checksum; /* To make sum of entire table == 0 */
73 char oem_id[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */
74 char oem_table_id[ACPI_OEM_TABLE_ID_SIZE]; /* ASCII OEM table identification */
75 u32 oem_revision; /* OEM revision number */
76 char asl_compiler_id[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */
77 u32 asl_compiler_revision; /* ASL compiler version */
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h37 struct acpi_table_header { struct
54 struct acpi_table_header header; argument
/openbmc/linux/include/linux/
H A Dacpi.h908 int (*handler)(struct acpi_table_header *)) in acpi_table_parse()