/qemu/ |
H A D | qemu.nsi | 24 !define PRODUCT "QEMU" definition 28 !define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}" 112 Section "${PRODUCT} (required)" 132 WriteRegStr HKLM SOFTWARE\${PRODUCT} "Install_Dir" "$INSTDIR" 169 CreateDirectory "$SMPROGRAMS\${PRODUCT}" 170 …CreateShortCut "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk" "$INSTDIR\doc\index.html" "" "$INST… 176 CreateDirectory "$SMPROGRAMS\${PRODUCT}" 177 CreateShortCut "$SMPROGRAMS\${PRODUCT}\Uninstall.lnk" "${UNINST_EXE}" "" "${UNINST_EXE}" 0 190 DeleteRegKey HKLM SOFTWARE\${PRODUCT} 193 Delete "$SMPROGRAMS\${PRODUCT}\User Documentation.lnk" [all …]
|
/qemu/hw/usb/ |
H A D | quirks-ftdi-ids.h | 2 * vendor/product IDs (VID/PID) of devices using FTDI USB serial converters. 27 #define FTDI_SIO_PID 0x8372 /* Product Id SIO application of 8U100AX */ 28 #define FTDI_232RL_PID 0xFBFA /* Product ID for FT232RL */ 43 #define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */ 71 /* OpenDCC (www.opendcc.de) product id */ 95 #define FTDI_MICRO_CHAMELEON_PID 0xCAA0 /* Product Id */ 120 #define FTDI_IPLUS_PID 0xD070 /* Product Id */ 121 #define FTDI_IPLUS2_PID 0xD071 /* Product Id */ 151 * NDI (www.ndigital.com) product ids 160 * ChamSys Limited (www.chamsys.co.uk) USB wing/interface product IDs [all …]
|
/qemu/target/m68k/ |
H A D | helper.c | 1087 int64_t product; in HELPER() local 1090 product = (uint64_t)op1 * op2; in HELPER() 1091 res = (product << 24) >> 24; in HELPER() 1092 if (res != product) { in HELPER() 1096 if (product < 0) in HELPER() 1107 uint64_t product; in HELPER() local 1109 product = (uint64_t)op1 * op2; in HELPER() 1110 if (product & (0xffffffull << 40)) { in HELPER() 1114 product = 1ll << 50; in HELPER() 1116 product &= ((1ull << 40) - 1); in HELPER() [all …]
|
/qemu/hw/smbios/ |
H A D | smbios.c | 59 const char *manufacturer, *product, *version, *serial, *asset, *location; member 195 .name = "product", 197 .help = "product name", 232 .name = "product", 234 .help = "product name", 612 SMBIOS_TABLE_SET_STR(1, product_name_str, smbios_type1.product); in smbios_build_type_1_table() 632 SMBIOS_TABLE_SET_STR(2, product_str, type2.product); in smbios_build_type_2_table() 1016 void smbios_set_defaults(const char *manufacturer, const char *product, in smbios_set_defaults() argument 1022 SMBIOS_SET_DEFAULT(smbios_type1.product, product); in smbios_set_defaults() 1025 SMBIOS_SET_DEFAULT(type2.product, product); in smbios_set_defaults() [all …]
|
/qemu/scripts/simplebench/ |
H A D | table_templater.py | 44 self.columns = list(itertools.product(*c_switches)) 45 self.rows = list(itertools.product(*r_switches))
|
/qemu/tests/tcg/mips/user/ase/msa/ |
H A D | test_msa_compile_64r6el.sh | 298 # Int Dot Product 301 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c \ 303 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c \ 305 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c \ 307 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c \ 309 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c \ 311 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c \ 313 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c \ 315 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c \ 317 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c \ [all …]
|
H A D | test_msa_compile_64r6eb.sh | 298 # Int Dot Product 301 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c \ 303 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c \ 305 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c \ 307 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c \ 309 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c \ 311 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c \ 313 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c \ 315 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c \ 317 /opt/img/bin/mips-img-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c \ [all …]
|
H A D | test_msa_compile_32r5eb.sh | 423 # Int Dot Product 426 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c \ 429 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c \ 432 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c \ 435 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c \ 438 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c \ 441 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c \ 444 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c \ 447 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c \ 450 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c \ [all …]
|
H A D | test_msa_compile_32r5el.sh | 423 # Int Dot Product 426 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_h.c \ 429 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_w.c \ 432 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_s_d.c \ 435 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_h.c \ 438 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_w.c \ 441 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dotp_u_d.c \ 444 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_h.c \ 447 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_w.c \ 450 /opt/mti/bin/mips-mti-linux-gnu-gcc int-dot-product/test_msa_dpadd_s_d.c \ [all …]
|
/qemu/tests/tcg/aarch64/ |
H A D | sme-fmopa-1.c | 2 * SME outer product, 1 x 1. 15 * An outer product of a vector of 1.0 by itself should be a matrix of 1.0. in foo()
|
H A D | sme-outprod1.c | 2 * SME outer product, 1 x 1. 24 * An outer product of a vector of 1.0 by itself should be a matrix of 1.0.
|
H A D | sme-fmopa-2.c | 2 * SME outer product, FZ vs FZ16
|
H A D | sme-fmopa-3.c | 2 * SME outer product, [ 1 2 3 4 ] squared
|
/qemu/hw/input/ |
H A D | virtio-input-hid.c | 285 .product = const_le16(0x0001), 342 .product = const_le16(0x0002), 367 .product = const_le16(0x0002), 435 .product = const_le16(0x0003), 472 .product = const_le16(0x0003), 559 .product = const_le16(0x0003),
|
H A D | virtio-input-host.c | 147 id.u.ids.product = cpu_to_le16(ids.product); in virtio_input_host_realize()
|
/qemu/docs/system/arm/ |
H A D | emulation.rst | 48 - FEAT_DotProd (Advanced SIMD dot product instructions) 133 - FEAT_SME_F64F64 (Double-precision floating-point outer product instructions) 134 - FEAT_SME_I16I64 (16-bit to 64-bit integer widening outer product instructions)
|
H A D | imx25-pdk.rst | 4 The ``imx25-pdk`` board emulates the NXP i.MX25 Product Development Kit
|
/qemu/include/hw/arm/ |
H A D | nrf51.h | 7 * Product Spec: http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1.pdf
|
/qemu/include/hw/firmware/ |
H A D | smbios.h | 31 const char *manufacturer, *product, *version, *serial, *sku, *family; member 333 void smbios_set_defaults(const char *manufacturer, const char *product,
|
/qemu/tests/vm/ |
H A D | centos-8-aarch64.ks | 39 @^server-product-environment
|
/qemu/pc-bios/ |
H A D | edk2-licenses.txt | 747 * "This product includes software developed by the OpenSSL Project 761 * "This product includes software developed by the OpenSSL Project 778 * This product includes cryptographic software written by Eric Young 779 * (eay@cryptsoft.com). This product includes software written by Tim 803 * If this package is used in a product, Eric Young should be given attribution 818 * "This product includes cryptographic software written by 824 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_input.h | 53 uint16_t product; member
|
/qemu/hw/misc/ |
H A D | armv7m_ras.c | 25 /* architect field = Arm; product/variant/revision 0 */ in ras_read()
|
/qemu/tests/functional/ |
H A D | test_arm_raspi2.py | 56 self.wait_for_console_pattern('Product: QEMU USB Keyboard')
|
/qemu/include/hw/misc/ |
H A D | led.h | 21 * LED colors from 'Table 1. Product performance of LUXEON Rebel Color
|