Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 89) sorted by relevance

1234

/qemu/net/
A Dannounce.c22 int64_t step; in qemu_announce_timer_step() local
24 step = timer->params.initial + in qemu_announce_timer_step()
26 timer->params.step; in qemu_announce_timer_step()
28 if (step < 0 || step > timer->params.max) { in qemu_announce_timer_step()
29 step = timer->params.max; in qemu_announce_timer_step()
31 timer_mod(timer->tm, qemu_clock_get_ms(timer->type) + step); in qemu_announce_timer_step()
33 return step; in qemu_announce_timer_step()
/qemu/target/arm/tcg/
A Dhelper-a64.c1282 toaddr += step; in do_setp()
1283 setsize -= step; in do_setp()
1352 toaddr += step; in do_setm()
1353 setsize -= step; in do_setm()
1383 uint64_t step; in do_sete() local
1416 toaddr += step; in do_sete()
1417 setsize -= step; in do_sete()
1655 toaddr += step; in do_cpyp()
1680 toaddr -= step; in do_cpyp()
1761 toaddr += step; in do_cpym()
[all …]
/qemu/util/
A Dqdist.c167 double step; in qdist_bin__internal() local
182 step = (xmax - xmin) / n; in qdist_bin__internal()
187 if (from->entries[i].x != xmin + i * step) { in qdist_bin__internal()
204 left = xmin + i * step; in qdist_bin__internal()
205 right = xmin + (i + 1) * step; in qdist_bin__internal()
253 double x1, x2, step; in qdist_pr_label() local
268 step = (qdist_xmax(dist) - qdist_xmin(dist)) / n; in qdist_pr_label()
272 step *= 100.0; in qdist_pr_label()
283 x2 = x + step; in qdist_pr_label()
285 x1 = x - step; in qdist_pr_label()
A Dlockcnt.c240 int step = QEMU_LOCKCNT_STATE_LOCKED; in qemu_lockcnt_lock() local
247 while (!qemu_lockcnt_cmpxchg_or_wait(lockcnt, &val, val + step, &waited)) { in qemu_lockcnt_lock()
252 step = QEMU_LOCKCNT_STATE_WAITING; in qemu_lockcnt_lock()
/qemu/io/
A Dchannel-command.c104 int step = 0; in qio_channel_command_abort() local
123 if (step == 0) { in qio_channel_command_abort()
125 } else if (step == 1) { in qio_channel_command_abort()
133 step++; in qio_channel_command_abort()
/qemu/scripts/simplebench/
A Dbench_write_req.py87 step = str(cluster_size)
91 '-S', step, '-f', 'qcow2', image_name]
/qemu/tests/avocado/
A Dmigration.py38 step=0.1,
42 step=0.1,
/qemu/tests/qtest/
A Dlibqtest-single.h314 static inline int64_t clock_step(int64_t step) in clock_step() argument
316 return qtest_clock_step(global_qtest, step); in clock_step()
A Dnpcm7xx_emc-test.c389 static bool emc_wait_irq(QTestState *qts, const EMCModule *mod, int step, in emc_wait_irq() argument
399 qtest_clock_step(qts, step); in emc_wait_irq()
406 static bool emc_wait_mista(QTestState *qts, const EMCModule *mod, int step, in emc_wait_mista() argument
417 qtest_clock_step(qts, step); in emc_wait_mista()
/qemu/tests/qemu-iotests/
A D185303 step=$((cluster_size * 2))
307 for ofs in $(seq 0 $step $((size - step))); do
A Dcommon.pattern22 local step=$3
38 local step=$4
A D151338 step = math.ceil(1 * 1000 * 1000 * 1000 / self.iops)
357 step = math.ceil(1 * 1000 * 1000 * 1000 / self.iops)
/qemu/docs/system/
A Dgdb.rst166 The default single stepping behavior is step with the IRQs and timer
168 single step it expects to advance beyond the current instruction. With
169 the IRQs and timer service routines on, a single step might jump into
173 Because there are rare circumstances where you want to single step into
175 three commands you can query and set the single step behavior:
198 This will change the single step mask, so if wanted to enable IRQs on
199 the single step, but not timers, you would use:
/qemu/scripts/oss-fuzz/
A Dminimize_qtest_trace.py119 step = int(writes[0].split()[1], 16) - int(writes[1].split()[1], 16)
121 if step != int(writes[j].split()[1], 16) - \
125 return (int(writes[0].split()[1], 16)+step, length)
/qemu/hw/display/
A Domap_lcdc.c205 int width, linesize, step, bpp, frame_offset; in omap_update_display() local
306 step = width * bpp >> 3; in omap_update_display()
311 height, step); in omap_update_display()
316 step, linesize, 0, in omap_update_display()
/qemu/docs/devel/
A Dtcg.rst81 data. The information updated in this step must be inferable from both
90 of step 2's instructions, which update the CPU state information. Step 3,
95 The first time this whole sequence is executed, step 1 simply jumps
96 to step 2. Then the CPU state information gets updated and we exit from
108 ``goto_tb`` step, it will already be patched (assuming the destination TB
121 Note that, on step 3 (``tcg_gen_exit_tb()``), in addition to the
/qemu/include/standard-headers/linux/
A Dvirtio_snd.h419 uint32_t step; member
428 uint64_t step; member
/qemu/tests/docker/dockerfiles/
A Dpython.docker23 # As a final step configure the user (if env is defined)
A Ddebian-xtensa-cross.docker32 # As a final step configure the user (if env is defined)
A Ddebian-tricore-cross.docker49 # As a final step configure the user (if env is defined)
A Ddebian-toolchain.docker44 # As a final step configure the user (if env is defined)
/qemu/docs/devel/migration/
A Ddirty-limit.rst57 on the results of the calculation supplied by step CALCULATE (2).
60 to step PREPARE (1) until the dirty limit is reached.
/qemu/rust/qemu-api/
A Dmeson.build34 # Rust executables do not support objects, so add an intermediate step.
/qemu/hw/riscv/
A Driscv-iommu.c263 unsigned char step; in riscv_iommu_spa_fetch() member
313 sc[pass].step = 0; in riscv_iommu_spa_fetch()
384 const unsigned widened = (pass && !sc[pass].step) ? 2 : 0; in riscv_iommu_spa_fetch()
387 (sc[pass].levels - 1 - sc[pass].step); in riscv_iommu_spa_fetch()
394 if (!sc[pass].step) { in riscv_iommu_spa_fetch()
416 sc[pass].step++; in riscv_iommu_spa_fetch()
439 sc[pass].step = sc[pass].levels; in riscv_iommu_spa_fetch()
444 if (pass && sc[0].step != sc[0].levels) { in riscv_iommu_spa_fetch()
468 sc[pass].step = 0; in riscv_iommu_spa_fetch()
475 if (sc[pass].step == sc[pass].levels) { in riscv_iommu_spa_fetch()
[all …]
/qemu/hw/ppc/
A Dspapr_hcall.c725 int step = 1 << esize; in h_logical_memop() local
738 step = -step; in h_logical_memop()
775 dst = dst + step; in h_logical_memop()
776 src = src + step; in h_logical_memop()

Completed in 55 milliseconds

1234