/qemu/docs/devel/ |
H A D | tcg-icount.rst | 27 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 D | tcg.rst | 36 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 D | reset.rst | 119 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 D | s390-dasd-ipl.rst | 12 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 D | tcg-plugins.rst | 62 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 D | replay.rst | 28 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 D | icount-common.c | 86 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 D | debug.c | 744 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 D | README | 8 They are to be executed using QEMU user mode, using command line:
|
/qemu/docs/system/ |
H A D | target-avr.rst | 45 - Print out executed instructions (that have not been translated by the JIT
|
/qemu/python/ |
H A D | setup.cfg | 202 # 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 D | qmp-spec.rst | 110 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 D | power8-pmu-regs.c.inc | 151 * 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 D | replay.json | 39 # @icount: current number of executed instructions.
|
/qemu/docs/about/ |
H A D | emulation.rst | 252 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 D | net.rst | 27 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 D | qtest.rst | 16 QTest cases can be executed with
|
H A D | blkdebug.rst | 32 then its "action" is executed.
|
H A D | main.rst | 116 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 D | qemu-trace-stap.rst | 26 is executed:
|
/qemu/target/ppc/translate/ |
H A D | storage-ctrl-impl.c.inc | 218 * ISA 3.1B says that MSR SF must be 1 when this instruction is executed;
|
/qemu/target/hexagon/ |
H A D | attribs_def.h.inc | 160 DEF_ATTRIB(NOTE_CONDITIONAL, "can be conditionally executed", "", "")
|
/qemu/docs/specs/ |
H A D | rapl-msr.rst | 96 `/proc/[pid]/stat <stat_>`__ is a procfs file that can give the executed
|
H A D | vmgenid.rst | 16 operating system when the virtual machine is executed with a different
|
H A D | tpm.rst | 144 | ``pprp`` | 0x4 | 0x105 | Result of last executed operation. Set by | 154 | ``lppr`` | 0x4 | 0x111 | Last executed operation request number. |
|