Searched refs:ACPI_OEM_TABLE_ID (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | static_tables.c | 49 .oem_table_id = ACPI_OEM_TABLE_ID, 109 .oem_table_id = ACPI_OEM_TABLE_ID, 122 .oem_table_id = ACPI_OEM_TABLE_ID, 153 .oem_table_id = ACPI_OEM_TABLE_ID,
|
A D | build.c | 100 fixed_strcpy(madt->header.oem_table_id, ACPI_OEM_TABLE_ID); in construct_madt() 186 fixed_strcpy(hpet->header.oem_table_id, ACPI_OEM_TABLE_ID); in construct_hpet() 235 fixed_strcpy(srat->header.oem_table_id, ACPI_OEM_TABLE_ID); in construct_srat() 290 fixed_strcpy(slit->header.oem_table_id, ACPI_OEM_TABLE_ID); in construct_slit() 440 fixed_strcpy(tcpa->header.oem_table_id, ACPI_OEM_TABLE_ID); in construct_secondary_tables()
|
A D | acpi2_0.h | 44 #define ACPI_OEM_TABLE_ID "HVM" macro
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm_acpi.c | 52 #define ACPI_OEM_TABLE_ID "ARM" macro 209 memcpy(h->oem_table_id, ACPI_OEM_TABLE_ID, sizeof(h->oem_table_id)); in make_acpi_header()
|
Completed in 8 milliseconds