Home
last modified time | relevance | path

Searched refs:acpi_table_fadt (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/acpi/acpica/
Dtbfadt.c361 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()
/linux-6.6.21/include/acpi/
Dactbl.h199 struct acpi_table_fadt { struct
377 #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))
Dacpixf.h266 ACPI_GLOBAL(struct acpi_table_fadt, acpi_gbl_FADT);
/linux-6.6.21/arch/riscv/kernel/
Dacpi.c62 struct acpi_table_fadt *fadt; in acpi_fadt_sanity_check()
78 fadt = (struct acpi_table_fadt *)table; in acpi_fadt_sanity_check()
/linux-6.6.21/arch/arm64/kernel/
Dacpi.c125 struct acpi_table_fadt *fadt; in acpi_fadt_sanity_check()
141 fadt = (struct acpi_table_fadt *)table; in acpi_fadt_sanity_check()
/linux-6.6.21/arch/ia64/kernel/
Dacpi.c560 struct acpi_table_fadt *fadt; in acpi_parse_fadt()
566 fadt = (struct acpi_table_fadt *)fadt_header; in acpi_parse_fadt()
/linux-6.6.21/arch/x86/kernel/
Dtboot.c259 static void tboot_copy_fadt(const struct acpi_table_fadt *fadt) in tboot_copy_fadt()
/linux-6.6.21/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c89 struct acpi_table_fadt *gbl_fadt = NULL;