Searched +full:1000 +full:base +full:- +full:x (Results 1 – 25 of 51) sorted by relevance
123
4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=1342177286 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 100013 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)14 read 131072/131072 bytes at offset 100015 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)17 == write zero with constrained max-transfer ==[all …]
4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=1342177286 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 100013 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)14 read 131072/131072 bytes at offset 100015 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)17 == write zero with constrained max-transfer ==[all …]
3 Intel PRO/1000 Linux driver4 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-649737 #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 …]
4 * 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 datasheet64 #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) argument88 #define FTGMAC100_APTC_TXPOLL_CNT(x) (((x) >> 8) & 0xf) argument94 #define FTGMAC100_DBLAC_RXBURST_SIZE(x) (((x) >> 8) & 0x3) argument[all …]
31 #include "hw/qdev-properties.h"56 #define DBGBIT(x) (1<<DEBUG_##x) argument74 * E1000_DEV_ID_82540EM works with Windows, Linux, and OS X <= 10.876 * E1000_DEV_ID_82545EM_COPPER works with Linux and OS X >= 10.6142 #define chkflag(x) (s->compat_flags & E1000_FLAG_##x) argument150 #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 …]
26 #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 …]
4 * Copyright Red Hat, Inc. 2013-201411 * 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; member42 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 …]
19 #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 …]
... = 0x%02lx) L1: D-cache 32 KiB enabled I-cache 32 KiB enabled ...
... x%02x%02x-%02x%02x-%02x%02x
4 * Copyright (c) 2004-2007 Fabrice Bellard30 …* 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 …]
28 #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) | \ argument78 extract32((x), 12, 4) << 16)80 /* Write immediate val to address r0 + addr. r0 should contain base offset[all …]
2 * StrongARM SA-1100/SA-1110 emulation4 * Copyright (C) 2011 Dmitry Eremin-Solenikov11 * Copyright (c) 2003-2004 Fabrice Bellard26 * Contributions after 2012-01-13 are licensed under the terms of the32 #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 …]
4 * 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 …]
13 #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 …]
2 * Generic Loongson-3 Platform support4 * 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 with32 #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-nonfree104 #define TYPE_LOONGSON_MACHINE MACHINE_TYPE_NAME("loongson3-virt")[all …]
4 * Copyright (c) 2003-2008 Fabrice Bellard31 #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 …]
4 * Copyright (c) 2007-2013 Hervé Poussineau35 #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 …]
10 * 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 and16 * os-*.c and util/oslib-*.c; those would probably be better split25 * 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.h148 #define WIFEXITED(x) 1 argument149 #define WEXITSTATUS(x) (x) argument[all …]
25 #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) argument54 #define HELPER_LOG(x...) argument63 cs->exception_index = excp; in HELPER()[all …]
4 * Copyright (c) 2005-2007 CodeSourcery23 #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 …]
7 * COPYING file in the top-level directory.9 * SPDX-License-Identifier: GPL-v2-only14 #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 …]
50 #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 …]
1 # -*- 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 guest35 # @dirty-sync-count: number of times that dirty ram was synchronized38 # @postcopy-requests: The number of page requests received from the41 # @page-size: The number of bytes per page for the various page-based44 # @multifd-bytes: The number of bytes sent through multifd (since 3.0)46 # @pages-per-second: the number of memory pages transferred per second49 # @precopy-bytes: The number of bytes sent in the pre-copy phase52 # @downtime-bytes: The number of bytes sent while the guest is paused[all …]
29 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 …]