Home
last modified time | relevance | path

Searched full:oem (Results 1 – 25 of 30) sorted by relevance

12

/qemu/qapi/
H A Dacpi.json35 # @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 Dvmgenid.rst97 * 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 Dpnv_bmc.c34 * 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 Dcore.c46 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 Daml-build.c1727 /* 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 Dpe.h29 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 Dx86.h101 #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 Dvirt.rst205 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 Dvirt.c814 "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 Dacpi-defs.h44 char *oem_id; /* OEM identification */
H A Dacpi.h204 int acpi_get_slic_oem(AcpiSlicOem *oem);
/qemu/pc-bios/
HDopenbios-sparc32( 8 H ! ` x p " p # $ 0 @ p % ` p x @ A B ( ...
HDopenbios-ppcIBM PPS Model 6015 | WH | k | W  |& k K { @ @ @ { ...
/qemu/hw/net/
H A De1000_regs.h89 #define E1000_POEMB 0x00F10 /* PHY OEM Bits Register - RW */
201 #define PHY_OEM_BITS 0x19 /* OEM Bits (Page 0) */
H A Digb.c266 /* Address |Compat.|OEM sp.| ImRev | OEM sp. */
/qemu/tests/qtest/
H A Dvmgenid-test.c51 if (!memcmp(table_aml + 16 /* OEM Table ID */, "VMGENID", 7)) { in acpi_find_vgia()
H A Dbios-tables-test.c74 #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 Dsmbios.h250 /* SMBIOS type 11 - OEM strings */
/qemu/include/hw/ipmi/
H A Dipmi.h270 uint8_t oem; member
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py21000 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 Dvirt.c2629 "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 Dvirt-acpi-build.c625 /* OemDataOffset (0 means no OEM data) */ in build_dbg2()
/qemu/hw/smbios/
H A Dsmbios.c424 .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 Dx86.c427 "Override the default value of field OEM Table ID " in x86_machine_class_init()
/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h429 #define KEY_INFO 0x166 /* AL OEM Features/Tips/Tutorial */

12