Lines Matching full:the
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights
10 * copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 * THE SOFTWARE.
29 * tcg_init: Initialize the TCG runtime
34 * Allocate and initialize TCG resources, especially the JIT buffer.
40 * tcg_register_thread: Register this thread with the TCG runtime
42 * All TCG threads except the parent (i.e. the one that called the TCG
49 * tcg_prologue_init(): Generate the code for the TCG prologue
51 * In softmmu this is done automatically as part of the TCG
52 * accelerator's init_machine() method, but for user-mode, the
54 * the guest binary and the value of guest_base is known.