Searched refs:acpi_table_fadt (Results 1 – 8 of 8) sorted by relevance
361 if (length > sizeof(struct acpi_table_fadt)) { in acpi_tb_create_local_fadt()367 (u32)sizeof(struct acpi_table_fadt))); in acpi_tb_create_local_fadt()372 memset(&acpi_gbl_FADT, 0, sizeof(struct acpi_table_fadt)); in acpi_tb_create_local_fadt()377 ACPI_MIN(length, sizeof(struct acpi_table_fadt))); in acpi_tb_create_local_fadt()471 acpi_gbl_FADT.header.length = sizeof(struct acpi_table_fadt); in acpi_tb_convert_fadt()
199 struct acpi_table_fadt { struct377 #define ACPI_FADT_OFFSET(f) (u16) ACPI_OFFSET (struct acpi_table_fadt, f)398 #define ACPI_FADT_V6_SIZE (u32) (sizeof (struct acpi_table_fadt))
266 ACPI_GLOBAL(struct acpi_table_fadt, acpi_gbl_FADT);
62 struct acpi_table_fadt *fadt; in acpi_fadt_sanity_check()78 fadt = (struct acpi_table_fadt *)table; in acpi_fadt_sanity_check()
125 struct acpi_table_fadt *fadt; in acpi_fadt_sanity_check()141 fadt = (struct acpi_table_fadt *)table; in acpi_fadt_sanity_check()
560 struct acpi_table_fadt *fadt; in acpi_parse_fadt()566 fadt = (struct acpi_table_fadt *)fadt_header; in acpi_parse_fadt()
259 static void tboot_copy_fadt(const struct acpi_table_fadt *fadt) in tboot_copy_fadt()
89 struct acpi_table_fadt *gbl_fadt = NULL;