Home
last modified time | relevance | path

Searched full:mv (Results 1 – 25 of 33) sorted by relevance

12

/qemu/common-user/host/riscv/
H A Dsafe-syscall.inc.S41 mv t0, a0 /* signal_pending pointer */
42 mv t1, a1 /* syscall number */
43 mv a0, a2 /* syscall arguments */
44 mv a1, a3
45 mv a2, a4
46 mv a3, a5
47 mv a4, a6
48 mv a5, a7
49 mv a7, t1
/qemu/tests/qemu-iotests/
H A D04357 mv "$TEST_IMG" "$TEST_IMG.base"
66 mv "$TEST_IMG" "$TEST_IMG.1.base"
68 mv "$TEST_IMG" "$TEST_IMG.2.base"
70 mv "$TEST_IMG" "$TEST_IMG.3.base"
79 mv "$TEST_IMG" "$TEST_IMG.1.base"
81 mv "$TEST_IMG" "$TEST_IMG.2.base"
H A D04249 mv "$TEST_IMG" "$TEST_IMG.orig"
H A D05349 mv "$TEST_IMG" "$TEST_IMG.orig"
H A D01367 mv "$TEST_IMG" "$TEST_IMG.orig"
H A D02373 mv "$TEST_IMG" "$TEST_IMG.orig"
H A Dcommon.pattern120 mv "$TEST_IMG" "$TEST_IMG.orig"
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh31 mv binutils-2.37 src-binu
32 mv gcc-11.2.0 src-gcc
33 mv musl-1.2.2 src-musl
34 mv linux-5.10.70 src-linux
/qemu/hw/sensor/
H A Dadm1272.c103 [2] = { 1326, 20480, -1 }, /* current, vsense range 15mV */
104 [3] = { 663, 20480, -1 }, /* current, vsense range 30mV */
105 [4] = { 3512, 0, -2 }, /* power, vrange 60V, irange 15mV */
106 [5] = { 21071, 0, -3 }, /* power, vrange 100V, irange 15mV */
107 [6] = { 17561, 0, -3 }, /* power, vrange 60V, irange 30mV */
108 [7] = { 10535, 0, -3 }, /* power, vrange 100V, irange 30mV */
/qemu/tests/qtest/
H A Dadm1272-test.c74 [2] = { 1326, 20480, -1 }, /* current, vsense range 15mV */
75 [3] = { 663, 20480, -1 }, /* current, vsense range 30mV */
76 [4] = { 3512, 0, -2 }, /* power, vrange 60V, irange 15mV */
77 [5] = { 21071, 0, -3 }, /* power, vrange 100V, irange 15mV */
78 [6] = { 17561, 0, -3 }, /* power, vrange 60V, irange 30mV */
79 [7] = { 10535, 0, -3 }, /* power, vrange 100V, irange 30mV */
/qemu/hw/sd/
H A Dtrace-events20 sdbus_set_voltage(const char *bus_name, uint16_t millivolts) "@%s %u (mV)"
59 sdcard_set_voltage(uint16_t millivolts) "%u mV"
/qemu/scripts/
H A Dentitlement.sh32 mv -f "$SRC" "$DST"
H A Dextract-vsssdk-headers33 mv "$tmpdir/Program Files/Microsoft/VSSSDK72/inc" inc
H A Dgit-submodule.sh116 mv -f $substat.new $substat
/qemu/hw/ppc/
H A Dpegasos2.c79 DeviceState *mv; member
178 pm->mv = DEVICE(sysbus_create_simple(TYPE_MV64361, -1, in pegasos2_init()
181 pm->mv_pirq[i] = qdev_get_gpio_in_named(pm->mv, "gpp", 12 + i); in pegasos2_init()
183 pci_bus = mv64361_get_pci_bus(pm->mv, 1); in pegasos2_init()
202 qdev_get_gpio_in_named(pm->mv, "gpp", 31)); in pegasos2_init()
220 pd = DEVICE(object_resolve_path_component(OBJECT(pm->mv), pn)); in pegasos2_init()
279 MemoryRegion *r = sysbus_mmio_get_region(SYS_BUS_DEVICE(pm->mv), 0); in pegasos2_mv_reg_read()
289 MemoryRegion *r = sysbus_mmio_get_region(SYS_BUS_DEVICE(pm->mv), 0); in pegasos2_mv_reg_write()
922 pci_bus = mv64361_get_pci_bus(pm->mv, 0); in build_fdt()
957 pci_bus = mv64361_get_pci_bus(pm->mv, 1); in build_fdt()
/qemu/tests/qtest/migration/i386/
H A DMakefile11 mv header.tmp $@
/qemu/tests/qtest/migration/s390x/
H A DMakefile15 mv header.tmp $@
/qemu/bsd-user/riscv/
H A Dtarget_arch_sigtramp.h30 /*1*/ const_le32(0x00010513), /*mv a0, sp*/ in setup_sigtramp()
/qemu/tests/qemu-iotests/sample_images/
H A Dparallels-with-bitmap.sh49 mv $IMG.bz2 $TARGET
/qemu/.gitlab-ci.d/
H A Dcrossbuild-template.yml46 mv -v qemu-setup*.exe qemu-setup-${version}.exe;
H A Dbuildtest.yml210 - mv build build-previous
742 - mv HTML public/src
745 - mv temp-install/usr/local/share/doc/qemu/* public/
/qemu/linux-user/riscv/
H A Dvdso.S50 mv a0, sp
/qemu/
H A DMakefile106 } > $@.tmp && mv $@.tmp $@
133 scripts/meson-buildoptions.py > $@.tmp && mv $@.tmp $@
H A D.travis.yml156 mv pc-bios/s390-ccw/*.img qemu-bundle/usr/local/share/qemu ;
/qemu/hw/pci-host/
H A Dmv64361.c214 MV64361State *mv = MV64361(dev); in mv64361_get_pci_bus() local
215 return PCI_HOST_BRIDGE(&mv->pci[n])->bus; in mv64361_get_pci_bus()

12