Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 43) sorted by relevance

12

/qemu/docs/devel/
H A Dtcg-icount.rst27 At its heart icount is simply a count of executed instructions which
29 executed instructions can then be used to calculate QEMU_CLOCK_VIRTUAL
35 To be able to calculate the number of executed instructions the
37 executed. The budget of instructions is limited by how long it will be
61 - restore un-executed instructions to the icount budget
H A Dtcg.rst36 After each translated basic block is executed, QEMU uses the simulated
92 pointer composed of the last executed TB’s address and the jump slot
95 The first time this whole sequence is executed, step 1 simply jumps
103 patches the previously executed TB by associating one of its jump
107 The next time this previous TB is executed and we get to that same
122 jump slot index, the address of the TB just executed is also returned.
124 different than the one that was directly executed from the main loop
H A Dreset.rst119 startup), all first phases of all objects are executed, then all second phases
124 1. The **enter** phase is executed when the object enters reset. It resets only
129 2. The **hold** phase is executed for entry into reset, once every object in the
130 group which is being reset has had its *enter* phase executed. At this point
133 3. The **exit** phase is executed when the object leaves the reset state.
137 count is used to ensure phases are executed only when required. *enter* and
138 *hold* phases are executed only when asserting reset for the first time
141 executed).
142 The *exit* phase is executed only when the last reset operation ends. Therefore
H A Ds390-dasd-ipl.rst12 so when it is complete another ccw will be fetched and executed from memory
20 ccw and a tic ccw is automatically executed because of the chain flag from
60 will be executed immediately (the special read ccw has the chaining bit turned
62 program to be executed automatically. After this sequence completes the "Load"
H A Dtcg-plugins.rst62 callbacks to some or all instructions when they are executed.
92 translations will be necessarily be executed. You need to instrument
163 has executed while all vCPUs are quiescent.
H A Dreplay.rst28 these moments by counting the number of instructions executed between
136 mode virtual clock value is calculated using executed instructions counter.
194 log when its callbacks are executed. In replay mode callbacks are not processed
246 - EVENT_INSTRUCTION. Instructions executed since last event. Followed by:
248 - 4-byte number of executed instructions.
/qemu/accel/tcg/
H A Dicount-common.c86 int64_t executed = icount_get_executed(cpu); in icount_update_locked() local
87 cpu->icount_budget -= executed; in icount_update_locked()
90 timers_state.qemu_icount + executed); in icount_update_locked()
/qemu/target/riscv/
H A Ddebug.c744 int count, executed; in riscv_itrigger_update_count() local
771 executed = current_icount - last_icount; in riscv_itrigger_update_count()
772 itrigger_set_count(env, i, count - executed); in riscv_itrigger_update_count()
773 if (count == executed) { in riscv_itrigger_update_count()
853 int count = itrigger_get_count(env, env->trigger_cur), executed; in itrigger_get_adjust_count() local
855 executed = icount_get_raw() - env->last_icount; in itrigger_get_adjust_count()
856 count += executed; in itrigger_get_adjust_count()
/qemu/tests/tcg/mips/user/ase/msa/
H A DREADME8 They are to be executed using QEMU user mode, using command line:
/qemu/docs/system/
H A Dtarget-avr.rst45 - Print out executed instructions (that have not been translated by the JIT
/qemu/python/
H A Dsetup.cfg202 # noting which parts of the code have been executed, then analyzes the
203 # source to identify code that could have been executed but was not.
/qemu/docs/interop/
H A Dqmp-spec.rst110 executed by the server. The latter requests out-of-band execution.
131 commands from the queue one after the other. Commands executed
132 out-of-band jump the queue: the command get executed right away,
145 To ensure commands to be executed out-of-band get read and executed,
/qemu/target/ppc/
H A Dpower8-pmu-regs.c.inc151 * not changed when mtspr is executed in problem state, and
152 * all other bits return 0s when mfspr is executed in problem
/qemu/qapi/
H A Dreplay.json39 # @icount: current number of executed instructions.
/qemu/docs/about/
H A Demulation.rst252 each basic block is executed. By default the results are shown once
309 number of instructions executed on each core/thread::
341 instructions have executed since the last execution. For
647 The execlog tool traces executed instructions with memory access. It can be used
796 This plugin can limit the number of Instructions Per Second that are executed::
812 - Maximum number of instructions per cpu that can be executed in one second.
/qemu/docs/system/devices/
H A Dnet.rst27 be executed as root. You must verify that your host kernel supports the
86 as it's a daemon that is not executed in QEMU context.
/qemu/docs/devel/testing/
H A Dqtest.rst16 QTest cases can be executed with
H A Dblkdebug.rst32 then its "action" is executed.
H A Dmain.rst116 QTest cases can be executed with
204 executed, except the unsupported ones. You can override the format and protocol
436 is executed.
460 executed before building the image under the build context directory. This is
804 will build the source tree in the FreeBSD image. The command can be executed
/qemu/docs/tools/
H A Dqemu-trace-stap.rst26 is executed:
/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc218 * ISA 3.1B says that MSR SF must be 1 when this instruction is executed;
/qemu/target/hexagon/
H A Dattribs_def.h.inc160 DEF_ATTRIB(NOTE_CONDITIONAL, "can be conditionally executed", "", "")
/qemu/docs/specs/
H A Drapl-msr.rst96 `/proc/[pid]/stat <stat_>`__ is a procfs file that can give the executed
H A Dvmgenid.rst16 operating system when the virtual machine is executed with a different
H A Dtpm.rst144 | ``pprp`` | 0x4 | 0x105 | Result of last executed operation. Set by |
154 | ``lppr`` | 0x4 | 0x111 | Last executed operation request number. |

12