/qemu/hw/usb/ |
H A D | host-libusb.c | 107 libusb_device_handle *dh; member 566 xfer->xfer->dev_handle = s->dh; in usb_host_iso_alloc() 960 if (s->dh != NULL) { in usb_host_open() 969 rc = libusb_open(dev, &s->dh); in usb_host_open() 977 rc = libusb_wrap_sys_device(ctx, hostfd, &s->dh); in usb_host_open() 982 dev = libusb_get_device(s->dh); in usb_host_open() 1042 libusb_get_string_descriptor_ascii(s->dh, s->ddesc.iProduct, in usb_host_open() 1061 if (s->dh != NULL) { in usb_host_open() 1063 libusb_reset_device(s->dh); in usb_host_open() 1065 libusb_close(s->dh); in usb_host_open() [all …]
|
/qemu/dump/ |
H A D | dump.c | 967 DiskDumpHeader32 *dh = NULL; in create_header32() local 978 dh = g_malloc0(size); in create_header32() 980 memcpy(dh->signature, KDUMP_SIGNATURE, SIG_LEN); in create_header32() 981 dh->header_version = cpu_to_dump32(s, 6); in create_header32() 983 dh->block_size = cpu_to_dump32(s, block_size); in create_header32() 986 dh->sub_hdr_size = cpu_to_dump32(s, sub_hdr_size); in create_header32() 988 dh->max_mapnr = cpu_to_dump32(s, MIN(s->max_mapnr, UINT_MAX)); in create_header32() 989 dh->nr_cpus = cpu_to_dump32(s, s->nr_cpus); in create_header32() 991 dh->bitmap_blocks = cpu_to_dump32(s, bitmap_blocks); in create_header32() 992 strncpy(dh->utsname.machine, ELF_MACHINE_UNAME, sizeof(dh->utsname.machine)); in create_header32() [all …]
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 254 typedef void (*gen_gvec128_3_i64_fn)(TCGv_i64 dl, TCGv_i64 dh, TCGv_i64 al, 259 TCGv_i64 dh = tcg_temp_new_i64(); 270 fn(dl, dh, al, ah, bl, bh); 271 write_vec_element_i64(dh, d, 0, ES_64); 275 typedef void (*gen_gvec128_4_i64_fn)(TCGv_i64 dl, TCGv_i64 dh, TCGv_i64 al, 281 TCGv_i64 dh = tcg_temp_new_i64(); 296 fn(dl, dh, al, ah, bl, bh, cl, ch); 297 write_vec_element_i64(dh, d, 0, ES_64); 301 static void gen_addi2_i64(TCGv_i64 dl, TCGv_i64 dh, TCGv_i64 al, TCGv_i64 ah, 307 tcg_gen_add2_i64(dl, dh, al, ah, bl, bh); [all …]
|
/qemu/ui/ |
H A D | vnc-enc-tight.c | 715 int dx, dy, dw, dh; in find_best_solid_area() local 723 dh = MIN(VNC_TIGHT_MAX_SPLIT_TILE_SIZE, y + h - dy); in find_best_solid_area() 726 if (!check_solid_tile(vs, x, dy, dw, dh, &color, true)) { in find_best_solid_area() 733 if (!check_solid_tile(vs, dx, dy, dw, dh, &color, true)) { in find_best_solid_area() 740 if (w_prev * (dy + dh - y) > w_best * h_best) { in find_best_solid_area() 742 h_best = dy + dh - y; in find_best_solid_area() 1576 int dx, dy, dw, dh; in find_large_solid_color_rect() local 1591 dh = MIN(VNC_TIGHT_MAX_SPLIT_TILE_SIZE, (y + h - dy)); in find_large_solid_color_rect() 1599 if (!check_solid_tile(vs, dx, dy, dw, dh, &color_value, false)) { in find_large_solid_color_rect()
|
/qemu/target/mips/tcg/ |
H A D | tx79_translate.c | 441 static void gen_pextw(TCGv_i64 dl, TCGv_i64 dh, TCGv_i64 a, TCGv_i64 b) in gen_pextw() argument 445 tcg_gen_deposit_i64(dh, a, b, 0, 32); in gen_pextw()
|
/qemu/hw/net/ |
H A D | e1000e_core.c | 790 int dh; member 798 return core->mac[r->dh] == core->mac[r->dt] || in e1000e_ring_empty() 814 return e1000e_ring_base(core, r) + E1000_RING_DESC_LEN * core->mac[r->dh]; in e1000e_ring_head_descr() 820 core->mac[r->dh] += count; in e1000e_ring_advance() 822 if (core->mac[r->dh] * E1000_RING_DESC_LEN >= core->mac[r->dlen]) { in e1000e_ring_advance() 823 core->mac[r->dh] = 0; in e1000e_ring_advance() 831 core->mac[r->dh], core->mac[r->dt]); in e1000e_ring_free_descr_num() 833 if (core->mac[r->dh] <= core->mac[r->dt]) { in e1000e_ring_free_descr_num() 834 return core->mac[r->dt] - core->mac[r->dh]; in e1000e_ring_free_descr_num() 837 if (core->mac[r->dh] > core->mac[r->dt]) { in e1000e_ring_free_descr_num() [all …]
|
H A D | igb_core.c | 256 int dh; member 704 return core->mac[r->dh] == core->mac[r->dt] || in igb_ring_empty() 720 return igb_ring_base(core, r) + E1000_RING_DESC_LEN * core->mac[r->dh]; in igb_ring_head_descr() 726 core->mac[r->dh] += count; in igb_ring_advance() 728 if (core->mac[r->dh] * E1000_RING_DESC_LEN >= core->mac[r->dlen]) { in igb_ring_advance() 729 core->mac[r->dh] = 0; in igb_ring_advance() 737 core->mac[r->dh], core->mac[r->dt]); in igb_ring_free_descr_num() 739 if (core->mac[r->dh] <= core->mac[r->dt]) { in igb_ring_free_descr_num() 740 return core->mac[r->dt] - core->mac[r->dh]; in igb_ring_free_descr_num() 743 if (core->mac[r->dh] > core->mac[r->dt]) { in igb_ring_free_descr_num() [all …]
|
/qemu/docs/system/i386/ |
H A D | amd-memory-encryption.rst | 67 The DH certificate and session blob can be provided via the ``dh-cert-file`` and 71 sev-guest,id=sev0,dh-cert-file=<file1>,session-file=<file2>
|
/qemu/docs/system/ |
H A D | tls.rst | 261 ``dh-params.pem``, which can be created using the 262 ``certtool --generate-dh-params`` command. If omitted, QEMU will
|
/qemu/fpu/ |
H A D | softfloat-parts.c.inc | 866 uint64_t dh, dl, rh, rl, sh, sl, uh, ul; /* 128-bit computation */ 1017 mul128To256(sh, sl, rh, rl, &dh, &dl, &discard, &discard); 1018 sub128(three64, 0, dh, dl, &uh, &ul);
|
/qemu/qapi/ |
H A D | qom.json | 964 # @dh-cert-file: guest owners DH certificate (encoded with base64) 988 'data': { '*dh-cert-file': 'str',
|
/qemu/ |
H A D | qemu-options.hx | 2271 " [,x509-dh-key-file=<file>][,addr=addr]\n" 2338 …<file>``; \ ``x509-cert-file=<file>``; \ ``x509-cacert-file=<file>``; \ ``x509-dh-key-file=<file>`` 5564 dh-params.pem providing diffie-hellman parameters to use for the 5586 For server endpoints, dir may also contain a file dh-params.pem 5608 dh-params.pem providing diffie-hellman parameters to use for the 5941 …itpos,reduced-phys-bits=val,[sev-device=string,policy=policy,handle=handle,dh-cert-file=file,sessi… 5975 The ``dh-cert-file`` and ``session-file`` provides the guest
|
/qemu/pc-bios/ |
H A D | qemu.rsrc | 265 $"6468 1BA7 0002 0450 6381 6103 6060 615C" /* dh.ß...PcÅa.``a\ */
|