Home
last modified time | relevance | path

Searched +full:1000 +full:base +full:- +full:x (Results 1 – 25 of 51) sorted by relevance

123

/qemu/tests/qemu-iotests/
H A D204.out4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728
6 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi…
9 110 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
11 == constrained alignment and max-transfer ==
12 wrote 131072/131072 bytes at offset 1000
13 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
14 read 131072/131072 bytes at offset 1000
15 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 == write zero with constrained max-transfer ==
[all …]
H A D177.out4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728
6 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi…
9 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
11 == constrained alignment and max-transfer ==
12 wrote 131072/131072 bytes at offset 1000
13 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
14 read 131072/131072 bytes at offset 1000
15 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 == write zero with constrained max-transfer ==
[all …]
/qemu/hw/net/
H A De1000_regs.h3 Intel PRO/1000 Linux driver
4 Copyright(c) 1999 - 2006 Intel Corporation.
23 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
24 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
37 #define E1000_ITR 0x000C4 /* Interrupt Throttling Rate - RW */
38 #define E1000_EIAC 0x000DC /* Ext. Interrupt Auto Clear - RW */
39 #define E1000_IVAR 0x000E4 /* Interrupt Vector Allocation Register - RW */
40 #define E1000_EITR 0x000E8 /* Extended Interrupt Throttling Rate - RW */
41 #define E1000_RDBAL1 0x02900 /* RX Descriptor Base Address Low (1) - RW */
42 #define E1000_RDBAH1 0x02904 /* RX Descriptor Base Address High (1) - RW */
[all …]
H A Dftgmac100.c4 * Copyright (C) 2016-2017, IBM Corporation.
11 * COPYING file in the top-level directory.
24 #include "hw/qdev-properties.h"
61 * values below are offset by - FTGMAC100_REG_HIGH_OFFSET from datasheet
64 #define FTGMAC100_NPTXR_BADR_HIGH (0x17C - FTGMAC100_REG_HIGH_OFFSET)
65 #define FTGMAC100_HPTXR_BADR_HIGH (0x184 - FTGMAC100_REG_HIGH_OFFSET)
66 #define FTGMAC100_RXR_BADR_HIGH (0x18C - FTGMAC100_REG_HIGH_OFFSET)
86 #define FTGMAC100_APTC_RXPOLL_CNT(x) ((x) & 0xf) argument
88 #define FTGMAC100_APTC_TXPOLL_CNT(x) (((x) >> 8) & 0xf) argument
94 #define FTGMAC100_DBLAC_RXBURST_SIZE(x) (((x) >> 8) & 0x3) argument
[all …]
H A De1000.c31 #include "hw/qdev-properties.h"
56 #define DBGBIT(x) (1<<DEBUG_##x) argument
74 * E1000_DEV_ID_82540EM works with Windows, Linux, and OS X <= 10.8
76 * E1000_DEV_ID_82545EM_COPPER works with Linux and OS X >= 10.6
142 #define chkflag(x) (s->compat_flags & E1000_FLAG_##x) argument
150 #define TYPE_E1000_BASE "e1000-base"
159 e1000x_update_regs_on_link_up(s->mac_reg, s->phy_reg); in DECLARE_OBJ_CHECKERS()
162 qemu_flush_queued_packets(qemu_get_queue(s->nic)); in DECLARE_OBJ_CHECKERS()
168 e1000x_update_regs_on_autoneg_done(s->mac_reg, s->phy_reg); in e1000_autoneg_done()
171 qemu_flush_queued_packets(qemu_get_queue(s->nic)); in e1000_autoneg_done()
[all …]
/qemu/util/
H A Dcutils.c26 #include "qemu/host-utils.h"
43 #include <mach-o/dyld.h>
53 #include "qemu/error-report.h"
59 memset(buf + len, pad, buf_size - len); in strpadcpy()
72 if (c == 0 || q >= buf + buf_size - 1) in pstrcpy()
85 pstrcpy(buf + len, buf_size - len, s); in pstrcat()
158 int y = tm->tm_year + 1900, m = tm->tm_mon + 1, d = tm->tm_mday; in mktimegm()
161 y--; in mktimegm()
163 t = 86400ULL * (d + (153 * m - 457) / 5 + 365 * y + y / 4 - y / 100 + in mktimegm()
164 y / 400 - 719469); in mktimegm()
[all …]
/qemu/hw/display/
H A Dvirtio-gpu-virgl.c4 * Copyright Red Hat, Inc. 2013-2014
11 * See the COPYING file in the top-level directory.
15 #include "qemu/error-report.h"
19 #include "hw/virtio/virtio-gpu.h"
20 #include "hw/virtio/virtio-gpu-bswap.h"
21 #include "hw/virtio/virtio-gpu-pixman.h"
23 #include "ui/egl-helpers.h"
28 struct virtio_gpu_simple_resource base; member
42 return container_of(res, struct virtio_gpu_virgl_resource, base); in virtio_gpu_virgl_find_resource()
81 vmr->finish_unmapping = true; in virtio_gpu_virgl_hostmem_region_free()
[all …]
/qemu/ui/
H A Dspice-display.c19 #include "ui/qemu-spice.h"
20 #include "qemu/error-report.h"
23 #include "qemu/main-loop.h"
29 #include "ui/spice-display.h"
31 #include "standard-headers/drm/drm_fourcc.h"
37 return r->top == r->bottom || r->left == r->right; in qemu_spice_rect_is_empty()
51 dest->top = MIN(dest->top, r->top); in qemu_spice_rect_union()
52 dest->left = MIN(dest->left, r->left); in qemu_spice_rect_union()
53 dest->bottom = MAX(dest->bottom, r->bottom); in qemu_spice_rect_union()
54 dest->right = MAX(dest->right, r->right); in qemu_spice_rect_union()
[all …]
/qemu/pc-bios/
HDu-boot.e500 ... = 0x%02lx) L1: D-cache 32 KiB enabled I-cache 32 KiB enabled ...
HDopenbios-ppc ... x%02x%02x-%02x%02x-%02x%02x
/qemu/hw/ppc/
H A Dmac_newworld.c4 * Copyright (c) 2004-2007 Fabrice Bellard
30 …* 0001:00:01.0 PCI bridge [0604]: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge [1022:7450] (…
31 …* 0001:00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge [1022:7450] (…
32 * 0001:00:03.0 PCI bridge [0604]: Apple Computer Inc. K2 HT-PCI Bridge [106b:0045]
33 * 0001:00:04.0 PCI bridge [0604]: Apple Computer Inc. K2 HT-PCI Bridge [106b:0046]
34 * 0001:00:05.0 PCI bridge [0604]: Apple Computer Inc. K2 HT-PCI Bridge [106b:0047]
35 * 0001:00:06.0 PCI bridge [0604]: Apple Computer Inc. K2 HT-PCI Bridge [106b:0048]
36 * 0001:00:07.0 PCI bridge [0604]: Apple Computer Inc. K2 HT-PCI Bridge [106b:0049]
55 #include "hw/qdev-properties.h"
58 #include "hw/pci-host/uninorth.h"
[all …]
/qemu/hw/arm/
H A Dxilinx_zynq.c28 #include "hw/adc/zynq-xadc.h"
31 #include "qemu/error-report.h"
36 #include "hw/qdev-clock.h"
41 #include "target/arm/cpu-qom.h"
44 #define TYPE_ZYNQ_MACHINE MACHINE_TYPE_NAME("xilinx-zynq-a9")
47 /* board base frequency: 33.333333 MHz */
48 #define PS_CLK_FREQUENCY (100 * 1000 * 1000 / 3)
77 #define ARMV7_IMM16(x) (extract32((x), 0, 12) | \ argument
78 extract32((x), 12, 4) << 16)
80 /* Write immediate val to address r0 + addr. r0 should contain base offset
[all …]
H A Dstrongarm.c2 * StrongARM SA-1100/SA-1110 emulation
4 * Copyright (C) 2011 Dmitry Eremin-Solenikov
11 * Copyright (c) 2003-2004 Fabrice Bellard
26 * Contributions after 2012-01-13 are licensed under the terms of the
32 #include "hw/qdev-properties.h"
33 #include "hw/qdev-properties-system.h"
37 #include "qemu/error-report.h"
39 #include "chardev/char-fe.h"
40 #include "chardev/char-serial.h"
48 #include "target/arm/cpu-qom.h"
[all …]
H A Dintegratorcp.c4 * Copyright (c) 2005-2007 CodeSourcery.
19 #include "system/address-spaces.h"
23 #include "qemu/error-report.h"
30 #include "target/arm/cpu-qom.h"
98 return s->cm_osc; in integratorcm_read()
100 return s->cm_ctrl; in integratorcm_read()
104 if (s->cm_lock == 0xa05f) { in integratorcm_read()
107 return s->cm_lock; in integratorcm_read()
113 return s->cm_auxosc; in integratorcm_read()
115 return s->cm_sdram; in integratorcm_read()
[all …]
H A Dxlnx-versal-virt.c13 #include "qemu/error-report.h"
20 #include "hw/qdev-properties.h"
21 #include "hw/arm/xlnx-versal.h"
26 #define TYPE_XLNX_VERSAL_VIRT_MACHINE MACHINE_TYPE_NAME("xlnx-versal-virt")
61 s->fdt = create_device_tree(&s->fdt_size); in fdt_create()
62 if (!s->fdt) { in fdt_create()
68 s->phandle.gic = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
69 for (i = 0; i < ARRAY_SIZE(s->phandle.ethernet_phy); i++) { in fdt_create()
70 s->phandle.ethernet_phy[i] = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
72 s->phandle.clk_25Mhz = qemu_fdt_alloc_phandle(s->fdt); in fdt_create()
[all …]
/qemu/hw/mips/
H A Dloongson3_virt.c2 * Generic Loongson-3 Platform support
4 * Copyright (c) 2018-2020 Huacai Chen (chenhc@lemote.com)
5 * Copyright (c) 2018-2020 Jiaxun Yang <jiaxun.yang@flygoat.com>
22 * Generic virtualized PC Platform based on Loongson-3 CPU (MIPS64R2 with
32 #include "hw/char/serial-mm.h"
45 #include "hw/pci-host/gpex.h"
52 #include "qemu/error-report.h"
59 * Loongson-3's virtual machine BIOS can be obtained here:
60 * 1, https://github.com/loongson-community/firmware-nonfree
104 #define TYPE_LOONGSON_MACHINE MACHINE_TYPE_NAME("loongson3-virt")
[all …]
/qemu/chardev/
H A Dchar-mux.c4 * Copyright (c) 2003-2008 Fabrice Bellard
31 #include "system/block-backend.h"
32 #include "qapi/qapi-commands-control.h"
33 #include "chardev-internal.h"
49 if (!d->timestamps) { in mux_chr_write()
50 ret = qemu_chr_fe_write(&d->chr, buf, len); in mux_chr_write()
56 if (d->linestart) { in mux_chr_write()
62 if (d->timestamps_start == -1) { in mux_chr_write()
63 d->timestamps_start = ti; in mux_chr_write()
65 ti -= d->timestamps_start; in mux_chr_write()
[all …]
/qemu/hw/dma/
H A Drc4030.c4 * Copyright (c) 2007-2013 Hervé Poussineau
35 #include "system/address-spaces.h"
61 #define TYPE_RC4030_IOMMU_MEMORY_REGION "rc4030-iommu-memory-region"
73 uint32_t dma_tl_base; /* 0x0018: DMA transl. table base */
109 qemu_irq_lower(s->timer_irq); in set_next_tick()
111 tm_hz = 1000 / (s->itr + 1); in set_next_tick()
113 timer_mod(s->periodic_timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + in set_next_tick()
127 val = s->config; in rc4030_read()
131 val = s->revision; in rc4030_read()
135 val = s->invalid_address_register; in rc4030_read()
[all …]
/qemu/include/qemu/
H A Dosdep.h10 * of config-host.h, config-target.h, qemu/compiler.h,
11 * system/os-posix.h, system/os-win32.h, system/os-wasm.h, glib-compat.h and
16 * os-*.c and util/oslib-*.c; those would probably be better split
25 * See the COPYING file in the top-level directory.
34 #include "config-host.h"
90 /* enable C99/POSIX format strings (needs mingw32-runtime 3.15 or later) */
121 * function availability on recentish Mingw-w64 platforms. */
131 /* setjmp must be declared before system/os-win32.h
148 #define WIFEXITED(x) 1 argument
149 #define WEXITSTATUS(x) (x) argument
[all …]
/qemu/target/s390x/tcg/
H A Dmisc_helper.c25 #include "s390x-internal.h"
26 #include "qemu/host-utils.h"
27 #include "exec/helper-proto.h"
30 #include "accel/tcg/cpu-ldst.h"
34 #include "s390-tod.h"
40 #include "hw/s390x/s390-hypercall.h"
44 #include "hw/s390x/s390-pci-inst.h"
52 #define HELPER_LOG(x...) qemu_log(x) argument
54 #define HELPER_LOG(x...) argument
63 cs->exception_index = excp; in HELPER()
[all …]
/qemu/target/m68k/
H A Dtranslate.c4 * Copyright (c) 2005-2007 CodeSourcery
23 #include "exec/translation-block.h"
25 #include "tcg/tcg-op.h"
27 #include "qemu/qemu-print.h"
29 #include "exec/helper-proto.h"
30 #include "exec/helper-gen.h"
36 #include "exec/helper-info.c.inc"
82 -offsetof(M68kCPU, env) + in m68k_tcg_init()
85 -offsetof(M68kCPU, env) + in m68k_tcg_init()
107 NULL_QREG = tcg_global_mem_new(tcg_env, -4, "NULL"); in m68k_tcg_init()
[all …]
/qemu/hw/mem/
H A Dcxl_type3.c7 * COPYING file in the top-level directory.
9 * SPDX-License-Identifier: GPL-v2-only
14 #include "qemu/error-report.h"
15 #include "qapi/qapi-commands-cxl.h"
16 #include "hw/mem/memory-device.h"
17 #include "hw/mem/pc-dimm.h"
19 #include "hw/qdev-properties.h"
20 #include "hw/qdev-properties-system.h"
27 #include "qemu/guest-random.h"
90 .entry_base_unit = 10000, /* 10ns base */ in ct3_build_cdat_entries_for_mr()
[all …]
/qemu/target/i386/hvf/
H A Dhvf.c50 #include "qemu/error-report.h"
59 #include "hvf-i386.h"
76 #include "qemu/main-loop.h"
87 int tpr = cpu_get_apic_tpr(x86_cpu->apic_state) << 4; in vmx_update_tpr()
88 int irr = apic_get_highest_priority_irr(x86_cpu->apic_state); in vmx_update_tpr()
90 wreg(cpu->accel->fd, HV_X86_TPR, tpr); in vmx_update_tpr()
91 if (irr == -1) { in vmx_update_tpr()
92 wvmcs(cpu->accel->fd, VMCS_TPR_THRESHOLD, 0); in vmx_update_tpr()
94 wvmcs(cpu->accel->fd, VMCS_TPR_THRESHOLD, (irr > tpr) ? tpr >> 4 : in vmx_update_tpr()
102 int tpr = rreg(cpu->accel->fd, HV_X86_TPR) >> 4; in update_apic_tpr()
[all …]
/qemu/qapi/
H A Dmigration.json1 # -*- Mode: Python -*-
28 # @normal-bytes: number of normal bytes sent (since 1.2)
30 # @dirty-pages-rate: number of pages dirtied by second by the guest
35 # @dirty-sync-count: number of times that dirty ram was synchronized
38 # @postcopy-requests: The number of page requests received from the
41 # @page-size: The number of bytes per page for the various page-based
44 # @multifd-bytes: The number of bytes sent through multifd (since 3.0)
46 # @pages-per-second: the number of memory pages transferred per second
49 # @precopy-bytes: The number of bytes sent in the pre-copy phase
52 # @downtime-bytes: The number of bytes sent while the guest is paused
[all …]
/qemu/include/libdecnumber/
H A DdecNumberLocal.h29 02110-1301, USA. */
31 /* ------------------------------------------------------------------ */
33 /* ------------------------------------------------------------------ */
38 /* ------------------------------------------------------------------ */
49 /* Conditional code flag -- set this to match hardware platform */
50 /* 1=little-endian, 0=big-endian */
57 /* Conditional code flag -- set this to 1 for best performance */
60 /* Conditional check flags -- set these to 0 for best performance */
71 /* ---------------------------------------------------------------- */
72 /* Definitions for all modules (general-purpose) */
[all …]

123