Searched refs:ACPI_OEM_ID (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | static_tables.c | 48 .oem_id = ACPI_OEM_ID, 108 .oem_id = ACPI_OEM_ID, 121 .oem_id = ACPI_OEM_ID, 132 .oem_id = ACPI_OEM_ID, 152 .oem_id = ACPI_OEM_ID,
|
A D | build.c | 99 fixed_strcpy(madt->header.oem_id, ACPI_OEM_ID); in construct_madt() 185 fixed_strcpy(hpet->header.oem_id, ACPI_OEM_ID); in construct_hpet() 234 fixed_strcpy(srat->header.oem_id, ACPI_OEM_ID); in construct_srat() 289 fixed_strcpy(slit->header.oem_id, ACPI_OEM_ID); in construct_slit() 439 fixed_strcpy(tcpa->header.oem_id, ACPI_OEM_ID); in construct_secondary_tables()
|
A D | acpi2_0.h | 43 #define ACPI_OEM_ID "Xen" macro
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_arm_acpi.c | 51 #define ACPI_OEM_ID "Xen" macro 193 memcpy(rsdp->oem_id, ACPI_OEM_ID, sizeof(rsdp->oem_id)); in make_acpi_rsdp() 208 memcpy(h->oem_id, ACPI_OEM_ID, sizeof(h->oem_id)); in make_acpi_header()
|
Completed in 7 milliseconds