Lines Matching full:qemu
6 compiler. It was simplified to be used in QEMU. It also has its roots
12 code. It is of course not the same as the "target" of QEMU which is
15 from the host, although it is never the case for QEMU.
17 A TCG "function" corresponds to a QEMU Translated Block (TB).
27 functions defined. A TCG global can be a memory location (e.g. a QEMU
28 CPU register), a fixed host register (e.g. the QEMU CPU state pointer)
29 or a memory location which is stored in a register outside QEMU TBs
109 optimization in QEMU.
379 ********* QEMU specific operations
400 Load data at the QEMU CPU address t1 into t0. t1 has the QEMU CPU address
401 type. 'flags' contains the QEMU memory index (selects user or kernel access)
412 Store the data t0 at the QEMU CPU Address t1. t1 has the QEMU CPU
413 address type. 'flags' contains the QEMU memory index (selects user or
485 - Use globals to represent the parts of the QEMU CPU state which are