Searched refs:OEM_ID (Results 1 – 6 of 6) sorted by relevance
29 that expose the SIGNATURE, OEM_ID, and OEM_TABLE_ID fields of the
19 It can be set via the OEM_ID in the ACPI MADT table or by
38 memcpy(rsdp->oem_id, OEM_ID, 6); in acpi_write_rsdp()66 memcpy(header->oem_id, OEM_ID, 6); in acpi_fill_header()
13 #define OEM_ID "U-BOOT" /* U-Boot */ macro
57 const u_char oem_id[] = OEM_ID ;
73 #define OEM_ID "TEST" macro75 #define OEM_TEST_ARGS "-machine x-oem-id=" OEM_ID ",x-oem-table-id=" \2339 g_assert(strncmp((char *)sdt->aml + 10, OEM_ID, 6) == 0); in test_oem_fields()