Searched refs:acpi_table_header (Results 1 – 5 of 5) sorted by relevance
72 struct acpi_table_header { struct116 struct acpi_table_header header;123 struct acpi_table_header header;129 struct acpi_table_header header;/* Common ACPI table header */146 struct acpi_table_header header; /* Common ACPI table header */160 struct acpi_table_header header;198 struct acpi_table_header header;234 struct acpi_table_header header;247 struct acpi_table_header header;
87 struct acpi_table_header *table = (struct acpi_table_header *)facp_addr; in get_facs_table()153 const struct acpi_table_header *table = (const struct acpi_table_header *)facp_addr; in acpi_fixup()
114 struct acpi_table_header *table = (struct acpi_table_header *)va; in probe_table()146 count = (xsdt->header.length - sizeof(struct acpi_table_header)) / sizeof(uint64_t); in get_acpi_tbl()157 count = (rsdt->header.length - sizeof(struct acpi_table_header)) / sizeof(uint32_t); in get_acpi_tbl()
26 for (e = (void *)rtct + sizeof(struct acpi_table_header); \36 static struct acpi_table_header *acpi_rtct_tbl = NULL;
23 struct acpi_table_header *header = NULL, *find = NULL; in get_acpi_mod_entry()
Completed in 10 milliseconds