Home
last modified time | relevance | path

Searched refs:acpi_table_header (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dacpi_table.c63 void acpi_fill_header(struct acpi_table_header *header, char *signature) in acpi_fill_header()
74 struct acpi_table_header *header = &(rsdt->header); in acpi_write_rsdt()
90 struct acpi_table_header *header = &(xsdt->header); in acpi_write_xsdt()
137 rsdt->header.length = sizeof(struct acpi_table_header) + in acpi_add_table()
154 xsdt->header.length = sizeof(struct acpi_table_header) + in acpi_add_table()
277 struct acpi_table_header *header = &(madt->header); in acpi_create_madt()
323 struct acpi_table_header *header = &(mcfg->header); in acpi_create_mcfg()
342 struct acpi_table_header *header = &(spcr->header); in acpi_create_spcr()
463 struct acpi_table_header *dsdt; in write_acpi_tables()
507 dsdt = (struct acpi_table_header *)current; in write_acpi_tables()
[all …]
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h37 struct acpi_table_header { struct
54 struct acpi_table_header header; argument
60 struct acpi_table_header header;
142 struct acpi_table_header header;
224 struct acpi_table_header header;
287 struct acpi_table_header header;
334 struct acpi_table_header header;
359 void acpi_fill_header(struct acpi_table_header *header, char *signature);
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dacpi.c21 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dacpi.c15 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c20 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()