Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 42) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A D12260 $QEMU_IMG map "$TEST_IMG".orig | _filter_qemu_img_map
71 "$TEST_IMG" "$TEST_IMG".orig
74 "$TEST_IMG" "$TEST_IMG".orig
79 "$TEST_IMG" "$TEST_IMG".orig
82 "$TEST_IMG" "$TEST_IMG".orig
124 "$TEST_IMG".orig \
278 TEST_IMG="$TEST_IMG".orig _make_test_img 64M
284 $QEMU_IMG compare "$TEST_IMG" "$TEST_IMG".orig
290 TEST_IMG="$TEST_IMG".orig _make_test_img 64M
304 TEST_IMG="$TEST_IMG".orig _make_test_img 64M
[all …]
H A D130.out2 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=67108864
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.orig backin…
24 backing file: TEST_DIR/t.IMGFMT.orig
35 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.orig backin…
41 backing file: TEST_DIR/t.IMGFMT.orig
H A D270.out5 …=4294967296 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT data_file=TEST_DIR/t.IMGFMT.orig
H A D188.out20 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=16777216
H A D06334 for img in "$TEST_IMG".{orig,raw1,raw2,target}; do
H A D122.out12 0 0x300000 TEST_DIR/t.IMGFMT.orig
43 0x25800000 0x100000 TEST_DIR/t.IMGFMT.orig
229 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=67108864
236 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=67108864
244 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=67108864
254 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=67108864
H A D051.out82 Testing: -drive file=TEST_DIR/t.qcow2,driver=qcow2,backing.file.filename=TEST_DIR/t.qcow2.orig,if=n…
85 …river": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.orig"}}, "driver": "qcow…
88 Backing file: TEST_DIR/t.qcow2.orig (chain depth: 1)
91 Testing: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig
92 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig: Dri…
94 …: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig
95 …R/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig: Driver doesn't sup…
97 …ve file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig
98 …ow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig: Driver doesn't sup…
H A D114.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.orig backin…
H A D063.out5 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=4194304
H A D261.out5 Formatting 'TEST_DIR/t.IMGFMT.v2.orig', fmt=IMGFMT size=67108864
7 Snapshots in TEST_DIR/t.IMGFMT.v2.orig:
29 Snapshots in TEST_DIR/t.IMGFMT.v3.orig:
H A D051.pc.out82 Testing: -drive file=TEST_DIR/t.qcow2,driver=qcow2,backing.file.filename=TEST_DIR/t.qcow2.orig,if=n…
85 …river": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.orig"}}, "driver": "qcow…
88 Backing file: TEST_DIR/t.qcow2.orig (chain depth: 1)
91 Testing: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig
92 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig: Dri…
94 …: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig
95 …R/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig: Driver doesn't sup…
97 …ve file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig
98 …ow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig: Driver doesn't sup…
/qemu/tests/tcg/x86_64/
H A Dcmpxchg.c5 static unsigned long test_cmpxchgb(unsigned long orig) in test_cmpxchgb() argument
8 mem = orig; in test_cmpxchgb()
11 : [ cmp ] "r"(0x77), "a"(orig)); in test_cmpxchgb()
15 static unsigned long test_cmpxchgw(unsigned long orig) in test_cmpxchgw() argument
18 mem = orig; in test_cmpxchgw()
21 : [ cmp ] "r"(0x7777), "a"(orig)); in test_cmpxchgw()
25 static unsigned long test_cmpxchgl(unsigned long orig) in test_cmpxchgl() argument
28 mem = orig; in test_cmpxchgl()
31 : [ cmp ] "r"(0x77777777u), "a"(orig)); in test_cmpxchgl()
/qemu/include/qemu/
H A Dstats64.h55 uint64_t orig = qatomic_read__nocheck(&s->value); in stat64_min() local
56 while (orig > value) { in stat64_min()
57 orig = qatomic_cmpxchg__nocheck(&s->value, orig, value); in stat64_min()
63 uint64_t orig = qatomic_read__nocheck(&s->value); in stat64_max() local
64 while (orig < value) { in stat64_max()
65 orig = qatomic_cmpxchg__nocheck(&s->value, orig, value); in stat64_max()
94 uint32_t orig = s->low; in stat64_add() local
95 uint32_t result = orig + low; in stat64_add()
110 old = qatomic_cmpxchg(&s->low, orig, result); in stat64_add()
111 if (orig == old) { in stat64_add()
/qemu/ui/
H A Dvnc-jobs.c186 local->features = orig->features; in vnc_async_encoding_start()
187 local->vd = orig->vd; in vnc_async_encoding_start()
190 local->client_pf = orig->client_pf; in vnc_async_encoding_start()
192 local->tight = orig->tight; in vnc_async_encoding_start()
193 local->zlib = orig->zlib; in vnc_async_encoding_start()
194 local->hextile = orig->hextile; in vnc_async_encoding_start()
195 local->zrle = orig->zrle; in vnc_async_encoding_start()
203 orig->tight = local->tight; in vnc_async_encoding_end()
204 orig->zlib = local->zlib; in vnc_async_encoding_end()
205 orig->hextile = local->hextile; in vnc_async_encoding_end()
[all …]
/qemu/util/
H A Dstats64.c94 uint64_t orig; in stat64_min_slow() local
104 orig = ((uint64_t)high << 32) | low; in stat64_min_slow()
105 if (value < orig) { in stat64_min_slow()
123 uint64_t orig; in stat64_max_slow() local
133 orig = ((uint64_t)high << 32) | low; in stat64_max_slow()
134 if (value > orig) { in stat64_max_slow()
H A Dqsp.c267 static QSPCallSite *qsp_callsite_find(const QSPCallSite *orig) in qsp_callsite_find() argument
272 hash = qsp_callsite_hash(orig); in qsp_callsite_find()
273 callsite = qht_lookup(&qsp_callsite_ht, orig, hash); in qsp_callsite_find()
278 memcpy(callsite, orig, sizeof(*callsite)); in qsp_callsite_find()
331 QSPEntry orig; in qsp_entry_get() local
336 orig.thread_ptr = &qsp_thread; in qsp_entry_get()
337 orig.callsite = &callsite; in qsp_entry_get()
339 hash = qsp_entry_hash(&orig); in qsp_entry_get()
340 return qsp_entry_find(&qsp_ht, &orig, hash); in qsp_entry_get()
570 static void qsp_diff(struct qht *orig, struct qht *new) in qsp_diff() argument
[all …]
H A Dqht.c751 static inline void qht_bucket_remove_entry(struct qht_bucket *orig, int pos) in qht_bucket_remove_entry() argument
753 struct qht_bucket *b = orig; in qht_bucket_remove_entry()
757 if (qht_entry_is_last(orig, pos)) { in qht_bucket_remove_entry()
758 qatomic_set(&orig->hashes[pos], 0); in qht_bucket_remove_entry()
759 qatomic_set(&orig->pointers[pos], NULL); in qht_bucket_remove_entry()
768 return qht_entry_move(orig, pos, b, i - 1); in qht_bucket_remove_entry()
771 return qht_entry_move(orig, pos, prev, QHT_BUCKET_ENTRIES - 1); in qht_bucket_remove_entry()
777 qht_entry_move(orig, pos, prev, QHT_BUCKET_ENTRIES - 1); in qht_bucket_remove_entry()
H A Diov.c612 *undo->modified_iov = undo->orig; in iov_discard_undo()
632 undo->orig = *cur; in iov_discard_front_undoable()
678 undo->orig = *cur; in iov_discard_back_undoable()
/qemu/hw/usb/
H A Dhcd-dwc2.c704 uint64_t orig = val; in dwc2_glbreg_write() local
791 trace_usb_dwc2_glbreg_write(addr, glbregnm[index], orig, old, val); in dwc2_glbreg_write()
821 uint64_t orig = val; in dwc2_fszreg_write() local
834 trace_usb_dwc2_fszreg_write(addr, orig, old, val); in dwc2_fszreg_write()
877 uint64_t orig = val; in dwc2_hreg0_write() local
943 trace_usb_dwc2_hreg0_write(addr, hreg0nm[index], orig, old, in dwc2_hreg0_write()
990 uint64_t orig = val; in dwc2_hreg1_write() local
1085 uint64_t orig = val; in dwc2_pcgreg_write() local
1098 trace_usb_dwc2_pcgreg_write(addr, pcgregnm[index], orig, old, val); in dwc2_pcgreg_write()
1186 uint64_t orig = val; in dwc2_hreg2_write() local
[all …]
/qemu/scripts/tracetool/
H A D__init__.py222 def __init__(self, name, props, fmt, args, lineno, filename, orig=None, argument
260 if orig is None:
263 self.original = orig
/qemu/hw/tricore/
H A Dtc27x_soc.c93 MemoryRegion *orig, hwaddr base) in make_alias() argument
95 memory_region_init_alias(mr, NULL, name, orig, 0, in make_alias()
96 memory_region_size(orig)); in make_alias()
/qemu/scripts/qemu-guest-agent/
H A Dfsfreeze-hook16 …*~ | *.bak | *.orig | *.rpmnew | *.rpmorig | *.rpmsave | *.sample | *.dpkg-old | *.dpkg-new | *.dp…
/qemu/hw/arm/
H A Dmps2.c128 MemoryRegion *orig, hwaddr base) in make_ram_alias() argument
130 memory_region_init_alias(mr, NULL, name, orig, 0, in make_ram_alias()
131 memory_region_size(orig)); in make_ram_alias()
/qemu/backends/
H A Dcryptodev.c323 uint64_t orig = backend->tc.buckets[field].avg; in cryptodev_backend_set_throttle() local
326 if (orig == value) { in cryptodev_backend_set_throttle()
338 backend->tc.buckets[field].avg = orig; /* revert change */ in cryptodev_backend_set_throttle()
/qemu/accel/tcg/
H A Dtb-maint.c803 static inline void tb_remove_from_jmp_list(TranslationBlock *orig, int n_orig) in tb_remove_from_jmp_list() argument
812 ptr = qatomic_or_fetch(&orig->jmp_dest[n_orig], 1); in tb_remove_from_jmp_list()
823 ptr_locked = qatomic_read(&orig->jmp_dest[n_orig]); in tb_remove_from_jmp_list()
840 if (tb == orig && n == n_orig) { in tb_remove_from_jmp_list()

12