Home
last modified time | relevance | path

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

/u-boot/include/acpi/
A Dacpi_table.h52 struct __packed acpi_table_header { struct
78 struct acpi_table_header header; argument
84 struct acpi_table_header header;
90 struct acpi_table_header header;
99 struct acpi_table_header header;
110 struct acpi_table_header header;
185 struct acpi_table_header header;
287 struct acpi_table_header header;
350 struct acpi_table_header header;
371 struct acpi_table_header header;
[all …]
/u-boot/cmd/
A Dacpi.c23 static void dump_hdr(struct acpi_table_header *hdr) in dump_hdr()
44 struct acpi_table_header *find_table(const char *sig) in find_table()
57 struct acpi_table_header *hdr; in find_table()
78 struct acpi_table_header *hdr; in dump_table_name()
108 struct acpi_table_header *hdr; in list_rsdt()
/u-boot/lib/acpi/
A Dacpi_table.c21 struct acpi_table_header *header = &dmar->header; in acpi_create_dmar()
98 void acpi_fill_header(struct acpi_table_header *header, char *signature) in acpi_fill_header()
158 rsdt->header.length = sizeof(struct acpi_table_header) + in acpi_add_table()
176 xsdt->header.length = sizeof(struct acpi_table_header) + in acpi_add_table()
209 struct acpi_table_header *header = &rsdt->header; in acpi_write_rsdt()
225 struct acpi_table_header *header = &xsdt->header; in acpi_write_xsdt()
277 struct acpi_table_header *header; in acpi_create_dbg2()
/u-boot/arch/x86/lib/
A Dacpi_table.c158 struct acpi_table_header *header = &(madt->header); in acpi_create_madt()
204 struct acpi_table_header *header = &(mcfg->header); in acpi_create_mcfg()
232 struct acpi_table_header *header = &tcpa->header; in acpi_create_tcpa()
280 struct acpi_table_header *header = &tpm2->header; in acpi_create_tpm2()
475 struct acpi_table_header *ssdt, in acpi_create_ssdt()
483 ssdt->length = sizeof(struct acpi_table_header); in acpi_create_ssdt()
485 acpi_inc(ctx, sizeof(struct acpi_table_header)); in acpi_create_ssdt()
509 const int thl = sizeof(struct acpi_table_header); in write_acpi_tables()
512 struct acpi_table_header *dsdt; in write_acpi_tables()
514 struct acpi_table_header *ssdt; in write_acpi_tables()
[all …]
A Dacpi_nhlt.c265 return calc_size(nhlt) + sizeof(struct acpi_table_header); in nhlt_current_size()
387 struct acpi_table_header *header; in nhlt_serialise_oem_overrides()
398 memset(header, '\0', sizeof(struct acpi_table_header)); in nhlt_serialise_oem_overrides()
/u-boot/arch/x86/include/asm/
A Dacpi_table.h23 struct acpi_table_header;
27 void acpi_fill_header(struct acpi_table_header *header, char *signature);
/u-boot/arch/x86/cpu/tangier/
A Dacpi.c22 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()
/u-boot/test/dm/
A Dacpi.c205 struct acpi_table_header hdr; in dm_test_acpi_fill_header()
367 addr, sizeof(struct acpi_table_header) + in dm_test_acpi_cmd_list()
371 addr, sizeof(struct acpi_table_header) + in dm_test_acpi_cmd_list()
/u-boot/arch/x86/cpu/apollolake/
A Dacpi.c152 struct acpi_table_header *header = &fadt->header; in acpi_create_fadt()
A Dhostbridge.c274 struct acpi_table_header *header; in apl_acpi_hb_write_tables()
/u-boot/arch/x86/cpu/quark/
A Dacpi.c16 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()
/u-boot/arch/x86/cpu/baytrail/
A Dacpi.c21 struct acpi_table_header *header = &(fadt->header); in acpi_create_fadt()

Completed in 17 milliseconds