Home
last modified time | relevance | path

Searched refs:acpi_table_header (Results 1 – 6 of 6) 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/qemu/hw/acpi/
H A Dcore.c37 struct acpi_table_header { struct
55 #define ACPI_TABLE_HDR_SIZE sizeof(struct acpi_table_header) argument
121 struct acpi_table_header *ext_hdr; in acpi_table_install()
176 ext_hdr = (struct acpi_table_header *)(acpi_tables + acpi_tables_len); in acpi_table_install()
316 struct acpi_table_header *hdr = current - sizeof(hdr->_length); in acpi_table_len()
323 struct acpi_table_header *hdr = h; in acpi_table_hdr()
351 struct acpi_table_header *hdr = (void *)(u - sizeof(hdr->_length)); in acpi_get_slic_oem()
/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()