Lines Matching +full:async +full:- +full:prefix
6 * SPDX-License-Identifier: LGPL-2.1+
14 #include "tcg/debug-assert.h"
15 #include "exec/page-protection.h"
17 #define EXCP_INTERRUPT 0x10000 /* async interruption */
22 #define EXCP_ATOMIC 0x10005 /* stop-the-world and emulate atomic */
107 * @prefix: prefix to be used as name of address space
112 * convenience pointer cpu->as.
113 * The target-specific code which registers ASes is responsible
117 * cpu->num_ases to the total number of address spaces it needs
123 const char *prefix, MemoryRegion *mr);
154 * This usually implies that write operations are side-effect free. This allows
169 /* Returns: 0 on success, -1 on error */
218 return (int32_t)qatomic_read(&cpu->neg.icount_decr.u32) < 0; in cpu_loop_exit_requested()
227 /* accel/tcg/cpu-exec.c */
238 return (void *)env - sizeof(CPUState); in env_archcpu()
249 return (void *)env - sizeof(CPUState); in env_cpu_const()