Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 240) sorted by relevance

12345678910

/qemu/libdecnumber/
A DdecNumber.c355 for (up=dn->lsu; uin>0; up++) { in decNumberFromUInt32()
4872 for (up=accnext; up<accnext+tarunits; up++) { in decDivideOp()
6903 for (; up<uar+units; target++, up++) *target=*up;
7090 for (up=lsu;; up++) {
7306 for (up=dn->lsu; ; up++) {
7312 for (up=up-1; up>=dn->lsu; up--) *up=0; /* others all to 0 */
7330 for (up=dn->lsu; ; up++) {
7338 for (up=up-1; up>=dn->lsu; up--) *up=(Unit)powers[DECDPUN]-1;
7546 for (up=dn->lsu; ; up++) {
7925 for (; up>=uar; up--) {
[all …]
/qemu/tests/qemu-iotests/tests/
A Dimage-fleecing.out3 --- Setting up images ---
11 --- Setting up Fleecing Graph ---
16 --- Setting up NBD Export ---
72 --- Setting up images ---
80 --- Setting up Fleecing Graph ---
86 --- Setting up NBD Export ---
142 --- Setting up images ---
157 --- Setting up NBD Export ---
214 --- Setting up images ---
229 --- Setting up NBD Export ---
[all …]
/qemu/ui/
A Dinput-legacy.c90 KeyValue **up = NULL; in qmp_send_key() local
100 up = g_realloc(up, sizeof(*up) * (count+1)); in qmp_send_key()
101 up[count] = copy_key_value(p->value); in qmp_send_key()
106 qemu_input_event_send_key(NULL, up[count], false); in qmp_send_key()
109 g_free(up); in qmp_send_key()
A Dspice-input.c54 bool up; in kbd_push_key() local
73 up = scancode & SCANCODE_UP; in kbd_push_key()
79 qemu_input_event_send_key_number(NULL, keycode, !up); in kbd_push_key()
/qemu/tests/rocker/
A Dbridge-vlan34 # bring up bridge and ports
36 simp ssh tut sw1 --cmd "sudo ifconfig br0 up"
37 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 up"
38 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 up"
43 simp ssh tut h1 --cmd "sudo ifconfig sw1p1 up"
47 simp ssh tut h2 --cmd "sudo ifconfig sw1p1 up"
A Dbridge-vlan-stp38 simp ssh tut h1 --cmd "sudo ifconfig sw1p1 up"
42 simp ssh tut h2 --cmd "sudo ifconfig sw1p1 up"
45 # bring up bridge and ports
47 simp ssh tut sw1 --cmd "sudo ifconfig br0 up"
48 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 up"
49 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 up"
A Dbridge27 # bring up bridge and ports
29 simp ssh tut sw1 --cmd "sudo ifconfig br0 up"
30 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 up"
31 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 up"
A Dbridge-stp33 # bring up bridge and ports
35 simp ssh tut sw1 --cmd "sudo ifconfig br0 up"
36 simp ssh tut sw1 --cmd "sudo ifconfig sw1p1 up"
37 simp ssh tut sw1 --cmd "sudo ifconfig sw1p2 up"
/qemu/tests/tcg/i386/
A Dtest-i386-f2xm1.c6 long double arg, down, up; member
1133 !check_equal(ld_res, tests[i].up)) { in main()
1135 tests[i].arg, tests[i].down, tests[i].up, ld_res); in main()
A Dtest-i386-fyl2xp1.c6 long double arg0, arg1, down, up; member
1148 !check_equal(ld_res, tests[i].up)) { in main()
1150 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
A Dtest-i386-fpatan.c6 long double arg0, arg1, down, up; member
1063 !check_equal(ld_res, tests[i].up)) { in main()
1065 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
A Dtest-i386-fyl2x.c6 long double arg0, arg1, down, up; member
1153 !check_equal(ld_res, tests[i].up)) { in main()
1155 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
/qemu/docs/system/s390x/
A Dcss.rst13 there will show up in channel subsystem image ``0`` to guests that do not
43 prior to this one), this will show up as ``0.0.0000`` under subchannel
53 If added to the same Linux guest as above, it would show up as ``0.0.0042``
63 If added to the same Linux guest as above, it would show up as ``0.2.1111``
73 This would not show up in a standard Linux guest.
82 This would not show up in a standard Linux guest, either, as ``0`` is not
/qemu/include/qemu/
A Dqht.h46 typedef void (*qht_iter_func_t)(void *p, uint32_t h, void *up);
47 typedef bool (*qht_iter_bool_func_t)(void *p, uint32_t h, void *up);
/qemu/hw/acpi/
A Dpcihp.c197 s->acpi_pcihp_pci_status[bsel].up &= ~(1U << slot); in acpi_pcihp_eject_slot()
323 s->acpi_pcihp_pci_status[bsel].up |= (1U << slot); in acpi_pcihp_device_plug_cb()
404 val = s->acpi_pcihp_pci_status[bsel].up; in pci_read()
406 s->acpi_pcihp_pci_status[bsel].up = 0; in pci_read()
521 VMSTATE_UINT32(up, AcpiPciHpPciStatus),
/qemu/docs/system/
A Dtarget-s390x.rst11 When using KVM as accelerator, QEMU can emulate CPUs up to the generation
20 z/VM; virtio devices (especially using virtio-ccw) make up the bulk of
/qemu/hw/net/rocker/
A Drocker_fp.c201 static void fp_port_set_link(FpPort *port, bool up) in fp_port_set_link() argument
205 if (up == nc->link_down) { in fp_port_set_link()
206 nc->link_down = !up; in fp_port_set_link()
/qemu/.gitlab-ci.d/cirrus/
A DREADME.rst16 * set up a GitHub repository for the project, eg. ``yourusername/qemu``.
18 be kept up to date, so you can create it and then forget about it;
22 * sign up for Cirrus CI. It's enough to log into the website using your GitHub
/qemu/docs/system/arm/
A Db-l475e-iot01a.rst7 ultra-low power series. The STM32L4x5 chip runs at up to 80 MHz and
8 integrates 128 KiB of SRAM and up to 1MiB of Flash. The B-L475E-IOT01A board
/qemu/docs/specs/
A Dpci-testdev.rst7 The device implements up to three BARs: BAR0, BAR1 and BAR2.
11 BAR 0+1 size is up to 4K bytes each.
/qemu/net/
A Dnet-hmp-cmds.c59 bool up = qdict_get_bool(qdict, "up"); in hmp_set_link() local
62 qmp_set_link(name, up, &err); in hmp_set_link()
/qemu/docs/
A Dpcie_sriov.txt31 setting up a BAR for a VF.
59 /* Set up individual VF BARs (parameters as for normal BARs) */
72 except for the SR/IOV capability. Then you need to set up the VF BARs as
/qemu/hw/block/
A Dtrace-events66 xen_block_realize(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u"
67 xen_block_connect(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u"
68 xen_block_disconnect(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u"
69 xen_block_unrealize(const char *type, uint32_t disk, uint32_t partition) "%s d%up%u"
70 xen_block_size(const char *type, uint32_t disk, uint32_t partition, int64_t sectors) "%s d%up%u %"P…
/qemu/tests/qemu-iotests/
A D310.out4 --- Setting up images ---
A D216.out4 --- Setting up images ---

Completed in 96 milliseconds

12345678910