Searched refs:ACPI_OEM_TABLE_ID (Results 1 – 4 of 4) sorted by relevance
| /xen/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() 432 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/tools/libxl/ |
| A D | libxl_arm_acpi.c | 52 #define ACPI_OEM_TABLE_ID "ARM\0\0\0\0" macro 211 BUILD_BUG_ON(sizeof(ACPI_OEM_TABLE_ID) != sizeof(h->oem_table_id)); in make_acpi_header() 212 memcpy(h->oem_table_id, ACPI_OEM_TABLE_ID, sizeof(h->oem_table_id)); in make_acpi_header()
|
Completed in 9 milliseconds