/qemu/qapi/ |
H A D | acpi.json | 35 # @oem_id: OEM identifier (6 bytes) 37 # @oem_table_id: OEM table identifier (8 bytes) 39 # @oem_rev: OEM-supplied revision number (4 bytes)
|
/qemu/docs/specs/ |
H A D | vmgenid.rst | 97 * OEM ID "BOCHS " 98 * OEM Table ID "VMGENID" 99 * OEM Revision 0x00000001 (1) 208 | SSDT with OEM Table ID = VMGENID |
|
/qemu/hw/ppc/ |
H A D | pnv_bmc.c | 34 * OEM SEL Event data packet sent by BMC in response of a Read Event 44 /* OEM SEL data (6 bytes) follows */ 63 .type = 0xC0, /* OEM */ in pnv_gen_oem_sel() 67 .cmd = 0x04, /* AMI OEM SEL Power Notification */ in pnv_gen_oem_sel()
|
/qemu/hw/acpi/ |
H A D | core.c | 46 QEMU_NONSTRING; /* OEM identification */ 48 QEMU_NONSTRING; /* OEM table identification */ 49 uint32_t oem_revision; /* OEM revision number */ 60 "QEMUQEQEMUQEMU\1\0\0\0" /* OEM id (6), table (8), revno (4) */ 346 int acpi_get_slic_oem(AcpiSlicOem *oem) in acpi_get_slic_oem() argument 354 oem->id = g_strndup(hdr->oem_id, 6); in acpi_get_slic_oem() 355 oem->table_id = g_strndup(hdr->oem_table_id, 8); in acpi_get_slic_oem()
|
H A D | aml-build.c | 1727 /* OEM Table ID */ in acpi_table_begin() 1729 build_append_int_noprefix(array, 1, 4); /* OEM Revision */ in acpi_table_begin()
|
/qemu/contrib/elf2dmp/ |
H A D | pe.h | 29 uint16_t e_oemid; /* 0x24: OEM identifier (for e_oeminfo) */ 30 uint16_t e_oeminfo; /* 0x26: OEM information; e_oemid specific */
|
/qemu/include/hw/i386/ |
H A D | x86.h | 101 #define X86_MACHINE_OEM_ID "x-oem-id" 102 #define X86_MACHINE_OEM_TABLE_ID "x-oem-table-id"
|
/qemu/docs/system/arm/ |
H A D | virt.rst | 205 x-oem-id 209 x-oem-table-id 210 Set string (up to 8 bytes) to override the default value of field OEM Table ID
|
/qemu/hw/loongarch/ |
H A D | virt.c | 814 "User specified oem-id value is bigger than 6 bytes in size"); in virt_set_oem_id() 836 "User specified oem-table-id value is bigger than 8 bytes in size"); in virt_set_oem_table_id() 1246 object_class_property_add_str(oc, "x-oem-id", in virt_class_init() 1249 object_class_property_set_description(oc, "x-oem-id", in virt_class_init() 1255 object_class_property_add_str(oc, "x-oem-table-id", in virt_class_init() 1258 object_class_property_set_description(oc, "x-oem-table-id", in virt_class_init() 1259 "Override the default value of field OEM Table ID " in virt_class_init()
|
/qemu/include/hw/acpi/ |
H A D | acpi-defs.h | 44 char *oem_id; /* OEM identification */
|
H A D | acpi.h | 204 int acpi_get_slic_oem(AcpiSlicOem *oem);
|
/qemu/pc-bios/ |
HD | openbios-sparc32 | ( 8 H ! ` x p " p # $ 0 @ p % ` p x @ A B ( ... |
HD | openbios-ppc | IBM PPS Model 6015 | WH | k | W |& k K { @ @ @ { ... |
/qemu/hw/net/ |
H A D | e1000_regs.h | 89 #define E1000_POEMB 0x00F10 /* PHY OEM Bits Register - RW */ 201 #define PHY_OEM_BITS 0x19 /* OEM Bits (Page 0) */
|
H A D | igb.c | 266 /* Address |Compat.|OEM sp.| ImRev | OEM sp. */
|
/qemu/tests/qtest/ |
H A D | vmgenid-test.c | 51 if (!memcmp(table_aml + 16 /* OEM Table ID */, "VMGENID", 7)) { in acpi_find_vgia()
|
H A D | bios-tables-test.c | 74 #define OEM_TABLE_ID "OEM" 75 #define OEM_TEST_ARGS "-machine x-oem-id=" OEM_ID ",x-oem-table-id=" \ 2452 qtest_add_func("acpi/piix4/oem-fields", test_acpi_piix4_oem_fields); in main() 2490 qtest_add_func("acpi/q35/oem-fields", test_acpi_q35_oem_fields); in main() 2560 qtest_add_func("acpi/microvm/oem-fields", in main() 2584 qtest_add_func("acpi/virt/oem-fields", in main()
|
/qemu/include/hw/firmware/ |
H A D | smbios.h | 250 /* SMBIOS type 11 - OEM strings */
|
/qemu/include/hw/ipmi/ |
H A D | ipmi.h | 270 uint8_t oem; member
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 1000 xrange(0x80, 0xFF): 'BIOS Vendor/OEM-specific' 1013 xrange(0x80, 0xff): 'BIOS vendor or OEM-specific format' 1063 xrange(0x80, 0xFE): 'Available for system- and OEM-specific assignments', 1075 xrange(0x80, 0xFF): 'OEM assigned' 1827 xrange(128, 191): 'Vendor/OEM-specific implementations', 2223 0xF0: 'OEM'
|
/qemu/hw/arm/ |
H A D | virt.c | 2629 "User specified oem-id value is bigger than 6 bytes in size"); in virt_set_oem_id() 2651 "User specified oem-table-id value is bigger than 8 bytes in size"); in virt_set_oem_table_id() 3301 object_class_property_add_str(oc, "x-oem-id", in virt_machine_class_init() 3304 object_class_property_set_description(oc, "x-oem-id", in virt_machine_class_init() 3310 object_class_property_add_str(oc, "x-oem-table-id", in virt_machine_class_init() 3313 object_class_property_set_description(oc, "x-oem-table-id", in virt_machine_class_init() 3314 "Override the default value of field OEM Table ID " in virt_machine_class_init()
|
H A D | virt-acpi-build.c | 625 /* OemDataOffset (0 means no OEM data) */ in build_dbg2()
|
/qemu/hw/smbios/ |
H A D | smbios.c | 424 .help = "OEM string data", 429 .help = "OEM string data from file", 1281 error_setg(errp, "NUL in OEM strings value in %s", value); in save_opt_one()
|
/qemu/hw/i386/ |
H A D | x86.c | 427 "Override the default value of field OEM Table ID " in x86_machine_class_init()
|
/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 429 #define KEY_INFO 0x166 /* AL OEM Features/Tips/Tutorial */
|