]> git.proxmox.com Git - mirror_qemu.git/blame - include/hw/core/cpu.h
hw/core: Include vaddr.h from cpu.h
[mirror_qemu.git] / include / hw / core / cpu.h
CommitLineData
dd83b06a
AF
1/*
2 * QEMU CPU model
3 *
4 * Copyright (c) 2012 SUSE LINUX Products GmbH
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, see
18 * <http://www.gnu.org/licenses/gpl-2.0.html>
19 */
20#ifndef QEMU_CPU_H
21#define QEMU_CPU_H
22
961f8395 23#include "hw/qdev-core.h"
3979fca4 24#include "disas/dis-asm.h"
c658b94f 25#include "exec/hwaddr.h"
61d6a915 26#include "exec/vaddr.h"
66b9b43c 27#include "exec/memattrs.h"
ef6d8210 28#include "exec/tlb-common.h"
9af23989 29#include "qapi/qapi-types-run-state.h"
48151859 30#include "qemu/bitmap.h"
068a5ea0 31#include "qemu/rcu_queue.h"
bdc44640 32#include "qemu/queue.h"
1de7afc9 33#include "qemu/thread.h"
aa4cf6eb 34#include "qemu/plugin-event.h"
db1015e9 35#include "qom/object.h"
dd83b06a 36
b5ba1cc6
QN
37typedef int (*WriteCoreDumpFunction)(const void *buf, size_t size,
38 void *opaque);
c72bf468 39
dd83b06a
AF
40/**
41 * SECTION:cpu
42 * @section_id: QEMU-cpu
43 * @title: CPU Class
44 * @short_description: Base class for all CPUs
45 */
46
47#define TYPE_CPU "cpu"
48
0d6d1ab4
AF
49/* Since this macro is used a lot in hot code paths and in conjunction with
50 * FooCPU *foo_env_get_cpu(), we deviate from usual QOM practice by using
51 * an unchecked cast.
52 */
53#define CPU(obj) ((CPUState *)(obj))
54
6fbdff87
AB
55/*
56 * The class checkers bring in CPU_GET_CLASS() which is potentially
57 * expensive given the eventual call to
58 * object_class_dynamic_cast_assert(). Because of this the CPUState
59 * has a cached value for the class in cs->cc which is set up in
60 * cpu_exec_realizefn() for use in hot code paths.
61 */
db1015e9 62typedef struct CPUClass CPUClass;
8110fa1d
EH
63DECLARE_CLASS_CHECKERS(CPUClass, CPU,
64 TYPE_CPU)
dd83b06a 65
9295b1aa
PMD
66/**
67 * OBJECT_DECLARE_CPU_TYPE:
68 * @CpuInstanceType: instance struct name
69 * @CpuClassType: class struct name
70 * @CPU_MODULE_OBJ_NAME: the CPU name in uppercase with underscore separators
71 *
72 * This macro is typically used in "cpu-qom.h" header file, and will:
73 *
74 * - create the typedefs for the CPU object and class structs
75 * - register the type for use with g_autoptr
76 * - provide three standard type cast functions
77 *
78 * The object struct and class struct need to be declared manually.
79 */
80#define OBJECT_DECLARE_CPU_TYPE(CpuInstanceType, CpuClassType, CPU_MODULE_OBJ_NAME) \
b36e239e
PMD
81 typedef struct ArchCPU CpuInstanceType; \
82 OBJECT_DECLARE_TYPE(ArchCPU, CpuClassType, CPU_MODULE_OBJ_NAME);
9295b1aa 83
b35399bb
SS
84typedef enum MMUAccessType {
85 MMU_DATA_LOAD = 0,
86 MMU_DATA_STORE = 1,
87 MMU_INST_FETCH = 2
58e8f1f6 88#define MMU_ACCESS_COUNT 3
b35399bb
SS
89} MMUAccessType;
90
568496c0 91typedef struct CPUWatchpoint CPUWatchpoint;
dd83b06a 92
78271684
CF
93/* see tcg-cpu-ops.h */
94struct TCGCPUOps;
e9e51b71 95
fb6916dd
CF
96/* see accel-cpu.h */
97struct AccelCPUClass;
98
8b80bd28
PMD
99/* see sysemu-cpu-ops.h */
100struct SysemuCPUOps;
101
dd83b06a
AF
102/**
103 * CPUClass:
2b8c2754 104 * @class_by_name: Callback to map -cpu command line model name to an
3a9d0d7b 105 * instantiatable CPU type.
94a444b2 106 * @parse_features: Callback to parse command line arguments.
91b1df8c 107 * @reset_dump_flags: #CPUDumpFlags to use for reset logging.
8c2e1b00 108 * @has_work: Callback for checking if there is work to do.
f3659eee 109 * @memory_rw_debug: Callback for GDB memory access.
878096ee 110 * @dump_state: Callback for dumping state.
5503da4a
TH
111 * @query_cpu_fast:
112 * Fill in target specific information for the "query-cpus-fast"
113 * QAPI call.
997395d3 114 * @get_arch_id: Callback for getting architecture-dependent CPU ID.
42f6ed91
JS
115 * @set_pc: Callback for setting the Program Counter register. This
116 * should have the semantics used by the target architecture when
117 * setting the PC from a source such as an ELF file entry point;
118 * for example on Arm it will also set the Thumb mode bit based
119 * on the least significant bit of the new PC value.
120 * If the target behaviour here is anything other than "set
121 * the PC register to the value passed in" then the target must
122 * also implement the synchronize_from_tb hook.
e4fdf9df
RH
123 * @get_pc: Callback for getting the Program Counter register.
124 * As above, with the semantics of the target architecture.
5b50e790
AF
125 * @gdb_read_register: Callback for letting GDB read a register.
126 * @gdb_write_register: Callback for letting GDB write a register.
5bc31e94
RH
127 * @gdb_adjust_breakpoint: Callback for adjusting the address of a
128 * breakpoint. Used by AVR to handle a gdb mis-feature with
129 * its Harvard architecture split code and data.
a0e372f0 130 * @gdb_num_core_regs: Number of core registers accessible to GDB.
5b24c641 131 * @gdb_core_xml_file: File name for core registers GDB XML description.
2472b6c0
PM
132 * @gdb_stop_before_watchpoint: Indicates whether GDB expects the CPU to stop
133 * before the insn which triggers a watchpoint rather than after it.
b3820e6c
DH
134 * @gdb_arch_name: Optional callback that returns the architecture name known
135 * to GDB. The caller must free the returned string with g_free.
200bf5b7
AB
136 * @gdb_get_dynamic_xml: Callback to return dynamically generated XML for the
137 * gdb stub. Returns a pointer to the XML contents for the specified XML file
138 * or NULL if the CPU doesn't have a dynamically generated content for it.
37b9de46 139 * @disas_set_info: Setup architecture specific components of disassembly info
40612000
JB
140 * @adjust_watchpoint_address: Perform a target-specific adjustment to an
141 * address before attempting to match it against watchpoints.
61ad65d0
RH
142 * @deprecation_note: If this CPUClass is deprecated, this field provides
143 * related information.
dd83b06a
AF
144 *
145 * Represents a CPU family or model.
146 */
db1015e9 147struct CPUClass {
dd83b06a 148 /*< private >*/
961f8395 149 DeviceClass parent_class;
dd83b06a
AF
150 /*< public >*/
151
2b8c2754 152 ObjectClass *(*class_by_name)(const char *cpu_model);
62a48a2a 153 void (*parse_features)(const char *typename, char *str, Error **errp);
2b8c2754 154
8c2e1b00 155 bool (*has_work)(CPUState *cpu);
f3659eee
AF
156 int (*memory_rw_debug)(CPUState *cpu, vaddr addr,
157 uint8_t *buf, int len, bool is_write);
90c84c56 158 void (*dump_state)(CPUState *cpu, FILE *, int flags);
5503da4a 159 void (*query_cpu_fast)(CPUState *cpu, CpuInfoFast *value);
997395d3 160 int64_t (*get_arch_id)(CPUState *cpu);
f45748f1 161 void (*set_pc)(CPUState *cpu, vaddr value);
e4fdf9df 162 vaddr (*get_pc)(CPUState *cpu);
a010bdbe 163 int (*gdb_read_register)(CPUState *cpu, GByteArray *buf, int reg);
5b50e790 164 int (*gdb_write_register)(CPUState *cpu, uint8_t *buf, int reg);
5bc31e94 165 vaddr (*gdb_adjust_breakpoint)(CPUState *cpu, vaddr addr);
b170fce3 166
5b24c641 167 const char *gdb_core_xml_file;
a6506838 168 const gchar * (*gdb_arch_name)(CPUState *cpu);
200bf5b7 169 const char * (*gdb_get_dynamic_xml)(CPUState *cpu, const char *xmlname);
37b9de46
PC
170
171 void (*disas_set_info)(CPUState *cpu, disassemble_info *info);
55c3ceef 172
61ad65d0 173 const char *deprecation_note;
fb6916dd 174 struct AccelCPUClass *accel_cpu;
e9e51b71 175
8b80bd28
PMD
176 /* when system emulation is not available, this pointer is NULL */
177 const struct SysemuCPUOps *sysemu_ops;
178
78271684 179 /* when TCG is not available, this pointer is NULL */
11906557 180 const struct TCGCPUOps *tcg_ops;
cc3f2be6
CF
181
182 /*
183 * if not NULL, this is called in order for the CPUClass to initialize
184 * class data that depends on the accelerator, see accel/accel-common.c.
185 */
186 void (*init_accel_cpu)(struct AccelCPUClass *accel_cpu, CPUClass *cc);
dc29f474
RH
187
188 /*
189 * Keep non-pointer data at the end to minimize holes.
190 */
191 int reset_dump_flags;
192 int gdb_num_core_regs;
193 bool gdb_stop_before_watchpoint;
db1015e9 194};
dd83b06a 195
ef6d8210
RH
196/*
197 * Fix the number of mmu modes to 16, which is also the maximum
198 * supported by the softmmu tlb api.
199 */
200#define NB_MMU_MODES 16
201
202/* Use a fully associative victim tlb of 8 entries. */
203#define CPU_VTLB_SIZE 8
204
205/*
206 * The full TLB entry, which is not accessed by generated TCG code,
207 * so the layout is not as critical as that of CPUTLBEntry. This is
208 * also why we don't want to combine the two structs.
209 */
210typedef struct CPUTLBEntryFull {
211 /*
212 * @xlat_section contains:
213 * - in the lower TARGET_PAGE_BITS, a physical section number
214 * - with the lower TARGET_PAGE_BITS masked off, an offset which
215 * must be added to the virtual address to obtain:
216 * + the ram_addr_t of the target RAM (if the physical section
217 * number is PHYS_SECTION_NOTDIRTY or PHYS_SECTION_ROM)
218 * + the offset within the target MemoryRegion (otherwise)
219 */
220 hwaddr xlat_section;
221
222 /*
223 * @phys_addr contains the physical address in the address space
224 * given by cpu_asidx_from_attrs(cpu, @attrs).
225 */
226 hwaddr phys_addr;
227
228 /* @attrs contains the memory transaction attributes for the page. */
229 MemTxAttrs attrs;
230
231 /* @prot contains the complete protections for the page. */
232 uint8_t prot;
233
234 /* @lg_page_size contains the log2 of the page size. */
235 uint8_t lg_page_size;
236
237 /*
238 * Additional tlb flags for use by the slow path. If non-zero,
239 * the corresponding CPUTLBEntry comparator must have TLB_FORCE_SLOW.
240 */
241 uint8_t slow_flags[MMU_ACCESS_COUNT];
242
243 /*
244 * Allow target-specific additions to this structure.
245 * This may be used to cache items from the guest cpu
246 * page tables for later use by the implementation.
247 */
248 union {
249 /*
250 * Cache the attrs and shareability fields from the page table entry.
251 *
252 * For ARMMMUIdx_Stage2*, pte_attrs is the S2 descriptor bits [5:2].
253 * Otherwise, pte_attrs is the same as the MAIR_EL1 8-bit format.
254 * For shareability and guarded, as in the SH and GP fields respectively
255 * of the VMSAv8-64 PTEs.
256 */
257 struct {
258 uint8_t pte_attrs;
259 uint8_t shareability;
260 bool guarded;
261 } arm;
262 } extra;
263} CPUTLBEntryFull;
264
265/*
266 * Data elements that are per MMU mode, minus the bits accessed by
267 * the TCG fast path.
268 */
269typedef struct CPUTLBDesc {
270 /*
271 * Describe a region covering all of the large pages allocated
272 * into the tlb. When any page within this region is flushed,
273 * we must flush the entire tlb. The region is matched if
274 * (addr & large_page_mask) == large_page_addr.
275 */
276 vaddr large_page_addr;
277 vaddr large_page_mask;
278 /* host time (in ns) at the beginning of the time window */
279 int64_t window_begin_ns;
280 /* maximum number of entries observed in the window */
281 size_t window_max_entries;
282 size_t n_used_entries;
283 /* The next index to use in the tlb victim table. */
284 size_t vindex;
285 /* The tlb victim table, in two parts. */
286 CPUTLBEntry vtable[CPU_VTLB_SIZE];
287 CPUTLBEntryFull vfulltlb[CPU_VTLB_SIZE];
288 CPUTLBEntryFull *fulltlb;
289} CPUTLBDesc;
290
291/*
292 * Data elements that are shared between all MMU modes.
293 */
294typedef struct CPUTLBCommon {
295 /* Serialize updates to f.table and d.vtable, and others as noted. */
296 QemuSpin lock;
297 /*
298 * Within dirty, for each bit N, modifications have been made to
299 * mmu_idx N since the last time that mmu_idx was flushed.
300 * Protected by tlb_c.lock.
301 */
302 uint16_t dirty;
303 /*
304 * Statistics. These are not lock protected, but are read and
305 * written atomically. This allows the monitor to print a snapshot
306 * of the stats without interfering with the cpu.
307 */
308 size_t full_flush_count;
309 size_t part_flush_count;
310 size_t elide_flush_count;
311} CPUTLBCommon;
312
313/*
314 * The entire softmmu tlb, for all MMU modes.
315 * The meaning of each of the MMU modes is defined in the target code.
316 * Since this is placed within CPUNegativeOffsetState, the smallest
317 * negative offsets are at the end of the struct.
318 */
319typedef struct CPUTLB {
320#ifdef CONFIG_TCG
321 CPUTLBCommon c;
322 CPUTLBDesc d[NB_MMU_MODES];
323 CPUTLBDescFast f[NB_MMU_MODES];
324#endif
325} CPUTLB;
326
5e140196
RH
327/*
328 * Low 16 bits: number of cycles left, used only in icount mode.
329 * High 16 bits: Set to -1 to force TCG to stop executing linked TBs
330 * for this CPU and return to its top level loop (even in non-icount mode).
331 * This allows a single read-compare-cbranch-write sequence to test
332 * for both decrementer underflow and exceptions.
333 */
334typedef union IcountDecr {
335 uint32_t u32;
336 struct {
e03b5686 337#if HOST_BIG_ENDIAN
5e140196
RH
338 uint16_t high;
339 uint16_t low;
28ecfd7a 340#else
5e140196
RH
341 uint16_t low;
342 uint16_t high;
28ecfd7a 343#endif
5e140196
RH
344 } u16;
345} IcountDecr;
28ecfd7a 346
ef6d8210 347/*
3b3d7df5
RH
348 * Elements of CPUState most efficiently accessed from CPUArchState,
349 * via small negative offsets.
ef6d8210
RH
350 */
351typedef struct CPUNegativeOffsetState {
352 CPUTLB tlb;
353 IcountDecr icount_decr;
464dacf6 354 bool can_do_io;
ef6d8210
RH
355} CPUNegativeOffsetState;
356
f0c3c505
AF
357typedef struct CPUBreakpoint {
358 vaddr pc;
359 int flags; /* BP_* */
360 QTAILQ_ENTRY(CPUBreakpoint) entry;
361} CPUBreakpoint;
362
568496c0 363struct CPUWatchpoint {
ff4700b0 364 vaddr vaddr;
05068c0d 365 vaddr len;
08225676 366 vaddr hitaddr;
66b9b43c 367 MemTxAttrs hitattrs;
ff4700b0
AF
368 int flags; /* BP_* */
369 QTAILQ_ENTRY(CPUWatchpoint) entry;
568496c0 370};
ff4700b0 371
a60f24b5 372struct KVMState;
f7575c96 373struct kvm_run;
a60f24b5 374
4b4629d9 375/* work queue */
14e6fe12
PB
376
377/* The union type allows passing of 64 bit target pointers on 32 bit
378 * hosts in a single parameter
379 */
380typedef union {
381 int host_int;
382 unsigned long host_ulong;
383 void *host_ptr;
384 vaddr target_ptr;
385} run_on_cpu_data;
386
387#define RUN_ON_CPU_HOST_PTR(p) ((run_on_cpu_data){.host_ptr = (p)})
388#define RUN_ON_CPU_HOST_INT(i) ((run_on_cpu_data){.host_int = (i)})
389#define RUN_ON_CPU_HOST_ULONG(ul) ((run_on_cpu_data){.host_ulong = (ul)})
390#define RUN_ON_CPU_TARGET_PTR(v) ((run_on_cpu_data){.target_ptr = (v)})
391#define RUN_ON_CPU_NULL RUN_ON_CPU_HOST_PTR(NULL)
392
393typedef void (*run_on_cpu_func)(CPUState *cpu, run_on_cpu_data data);
394
d148d90e 395struct qemu_work_item;
4b4629d9 396
0b8497f0
IM
397#define CPU_UNSET_NUMA_NODE_ID -1
398
dd83b06a
AF
399/**
400 * CPUState:
55e5c285 401 * @cpu_index: CPU index (informative).
7ea7b9ad
PM
402 * @cluster_index: Identifies which cluster this CPU is in.
403 * For boards which don't define clusters or for "loose" CPUs not assigned
404 * to a cluster this will be UNASSIGNED_CLUSTER_INDEX; otherwise it will
405 * be the same as the cluster-id property of the CPU object's TYPE_CPU_CLUSTER
406 * QOM parent.
a371975e
PMD
407 * Under TCG this value is propagated to @tcg_cflags.
408 * See TranslationBlock::TCG CF_CLUSTER_MASK.
6cc9d67c 409 * @tcg_cflags: Pre-computed cflags for this cpu.
ce3960eb 410 * @nr_cores: Number of cores within this CPU package.
aa1878fb 411 * @nr_threads: Number of threads within this CPU core.
c265e976
PB
412 * @running: #true if CPU is currently running (lockless).
413 * @has_waiter: #true if a CPU is currently waiting for the cpu_exec_end;
ab129972 414 * valid under cpu_list_lock.
61a46217 415 * @created: Indicates whether the CPU thread has been successfully created.
259186a7
AF
416 * @interrupt_request: Indicates a pending interrupt request.
417 * @halted: Nonzero if the CPU is in suspended state.
4fdeee7c 418 * @stop: Indicates a pending stop request.
f324e766 419 * @stopped: Indicates the CPU has been artificially stopped.
4c055ab5 420 * @unplug: Indicates a pending CPU unplug request.
bac05aa9 421 * @crash_occurred: Indicates the OS reported a crash (panic) for this CPU
ed2803da 422 * @singlestep_enabled: Flags for single-stepping.
efee7340 423 * @icount_extra: Instructions until next timer event.
464dacf6 424 * @neg.can_do_io: True if memory-mapped IO is allowed.
32857f4d
PM
425 * @cpu_ases: Pointer to array of CPUAddressSpaces (which define the
426 * AddressSpaces this CPU has)
12ebc9a7 427 * @num_ases: number of CPUAddressSpaces in @cpu_ases
32857f4d
PM
428 * @as: Pointer to the first AddressSpace, for the convenience of targets which
429 * only have a single AddressSpace
eac8b355 430 * @gdb_regs: Additional GDB registers.
a0e372f0 431 * @gdb_num_regs: Number of total registers accessible to GDB.
35143f01 432 * @gdb_num_g_regs: Number of registers in GDB 'g' packets.
8d41afa4 433 * @node: QTAILQ of CPUs sharing TB cache.
0429a971 434 * @opaque: User data.
93afeade 435 * @mem_io_pc: Host Program Counter at which the memory was accessed.
f861b3f3 436 * @accel: Pointer to accelerator specific state.
8737c51c 437 * @kvm_fd: vCPU file descriptor for KVM.
0c0fcc20
EC
438 * @work_mutex: Lock to prevent multiple access to @work_list.
439 * @work_list: List of pending asynchronous work.
54cb65d8 440 * @plugin_mask: Plugin event bitmap. Modified only via async work.
ed860129
PM
441 * @ignore_memory_transaction_failures: Cached copy of the MachineState
442 * flag of the same name: allows the board to suppress calling of the
443 * CPU do_transaction_failed hook function.
b4420f19
PX
444 * @kvm_dirty_gfns: Points to the KVM dirty ring for this CPU when KVM dirty
445 * ring is enabled.
446 * @kvm_fetch_index: Keeps the index that we last fetched from the per-vCPU
447 * dirty ring structure.
dd83b06a
AF
448 *
449 * State of one CPU core or thread.
3b3d7df5
RH
450 *
451 * Align, in order to match possible alignment required by CPUArchState,
452 * and eliminate a hole between CPUState and CPUArchState within ArchCPU.
dd83b06a
AF
453 */
454struct CPUState {
455 /*< private >*/
961f8395 456 DeviceState parent_obj;
6fbdff87
AB
457 /* cache to avoid expensive CPU_GET_CLASS */
458 CPUClass *cc;
dd83b06a
AF
459 /*< public >*/
460
ce3960eb
AF
461 int nr_cores;
462 int nr_threads;
463
814e612e 464 struct QemuThread *thread;
bcba2a72 465#ifdef _WIN32
c9923550 466 QemuSemaphore sem;
bcba2a72 467#endif
9f09e18a 468 int thread_id;
c265e976 469 bool running, has_waiter;
f5c121b8 470 struct QemuCond *halt_cond;
216fc9a4 471 bool thread_kicked;
61a46217 472 bool created;
4fdeee7c 473 bool stop;
f324e766 474 bool stopped;
c1b70158
TJB
475
476 /* Should CPU start in powered-off state? */
477 bool start_powered_off;
478
4c055ab5 479 bool unplug;
bac05aa9 480 bool crash_occurred;
e0c38211 481 bool exit_request;
df8a6880 482 int exclusive_context_count;
9b990ee5 483 uint32_t cflags_next_tb;
8d04fb55 484 /* updates protected by BQL */
259186a7 485 uint32_t interrupt_request;
ed2803da 486 int singlestep_enabled;
e4cd9657 487 int64_t icount_budget;
efee7340 488 int64_t icount_extra;
9c09a251 489 uint64_t random_seed;
6f03bef0 490 sigjmp_buf jmp_env;
bcba2a72 491
376692b9 492 QemuMutex work_mutex;
0c0fcc20 493 QSIMPLEQ_HEAD(, qemu_work_item) work_list;
376692b9 494
32857f4d 495 CPUAddressSpace *cpu_ases;
12ebc9a7 496 int num_ases;
09daed84 497 AddressSpace *as;
6731d864 498 MemoryRegion *memory;
09daed84 499
a976a99a 500 CPUJumpCache *tb_jmp_cache;
7d7500d9 501
73c392c2 502 GArray *gdb_regs;
a0e372f0 503 int gdb_num_regs;
35143f01 504 int gdb_num_g_regs;
bdc44640 505 QTAILQ_ENTRY(CPUState) node;
d77953b9 506
f0c3c505 507 /* ice debug support */
b58deb34 508 QTAILQ_HEAD(, CPUBreakpoint) breakpoints;
f0c3c505 509
b58deb34 510 QTAILQ_HEAD(, CPUWatchpoint) watchpoints;
ff4700b0
AF
511 CPUWatchpoint *watchpoint_hit;
512
0429a971
AF
513 void *opaque;
514
93afeade
AF
515 /* In order to avoid passing too many arguments to the MMIO helpers,
516 * we store some rarely used information in the CPU context.
517 */
518 uintptr_t mem_io_pc;
93afeade 519
b4420f19 520 /* Only used in KVM */
8737c51c 521 int kvm_fd;
a60f24b5 522 struct KVMState *kvm_state;
f7575c96 523 struct kvm_run *kvm_run;
b4420f19
PX
524 struct kvm_dirty_gfn *kvm_dirty_gfns;
525 uint32_t kvm_fetch_index;
7786ae40 526 uint64_t dirty_pages;
3b6f4852 527 int kvm_vcpu_stats_fd;
8737c51c 528
bd688fc9
EGE
529 /* Use by accel-block: CPU is executing an ioctl() */
530 QemuLockCnt in_ioctl_lock;
531
54cb65d8
EC
532 DECLARE_BITMAP(plugin_mask, QEMU_PLUGIN_EV_MAX);
533
2f3a57ee 534#ifdef CONFIG_PLUGIN
54cb65d8 535 GArray *plugin_mem_cbs;
c5ffd16b 536#endif
54cb65d8 537
f5df5baf 538 /* TODO Move common fields from CPUArchState here. */
6fda014e 539 int cpu_index;
7ea7b9ad 540 int cluster_index;
6cc9d67c 541 uint32_t tcg_cflags;
6fda014e 542 uint32_t halted;
6fda014e 543 int32_t exception_index;
7e4fb26d 544
f861b3f3 545 AccelCPUState *accel;
b91b0fc1 546 /* shared by kvm and hvf */
99f31832
SAGDR
547 bool vcpu_dirty;
548
2adcc85d
JH
549 /* Used to keep track of an outstanding cpu throttle thread for migration
550 * autoconverge
551 */
552 bool throttle_thread_scheduled;
553
baa60983
HH
554 /*
555 * Sleep throttle_us_per_full microseconds once dirty ring is full
556 * if dirty page rate limit is enabled.
557 */
558 int64_t throttle_us_per_full;
559
ed860129
PM
560 bool ignore_memory_transaction_failures;
561
6e8dcacd
RH
562 /* Used for user-only emulation of prctl(PR_SET_UNALIGN). */
563 bool prctl_unalign_sigbus;
564
1f871c5e
PM
565 /* track IOMMUs whose translations we've cached in the TCG TLB */
566 GArray *iommu_notifiers;
3b3d7df5
RH
567
568 /*
569 * MUST BE LAST in order to minimize the displacement to CPUArchState.
570 */
571 char neg_align[-sizeof(CPUNegativeOffsetState) % 16] QEMU_ALIGNED(16);
572 CPUNegativeOffsetState neg;
dd83b06a
AF
573};
574
3b3d7df5
RH
575/* Validate placement of CPUNegativeOffsetState. */
576QEMU_BUILD_BUG_ON(offsetof(CPUState, neg) !=
577 sizeof(CPUState) - sizeof(CPUNegativeOffsetState));
578
b77af26e
RH
579static inline CPUArchState *cpu_env(CPUState *cpu)
580{
581 /* We validate that CPUArchState follows CPUState in cpu-all.h. */
582 return (CPUArchState *)(cpu + 1);
583}
584
f481ee2d 585typedef QTAILQ_HEAD(CPUTailQ, CPUState) CPUTailQ;
3c55dd58 586extern CPUTailQ cpus_queue;
f481ee2d 587
3c55dd58 588#define first_cpu QTAILQ_FIRST_RCU(&cpus_queue)
068a5ea0 589#define CPU_NEXT(cpu) QTAILQ_NEXT_RCU(cpu, node)
3c55dd58 590#define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus_queue, node)
bdc44640 591#define CPU_FOREACH_SAFE(cpu, next_cpu) \
3c55dd58 592 QTAILQ_FOREACH_SAFE_RCU(cpu, &cpus_queue, node, next_cpu)
182735ef 593
f240eb6f 594extern __thread CPUState *current_cpu;
4917cf44 595
8d4e9146
FK
596/**
597 * qemu_tcg_mttcg_enabled:
598 * Check whether we are running MultiThread TCG or not.
599 *
600 * Returns: %true if we are in MTTCG mode %false otherwise.
601 */
602extern bool mttcg_enabled;
603#define qemu_tcg_mttcg_enabled() (mttcg_enabled)
604
444d5590
AF
605/**
606 * cpu_paging_enabled:
607 * @cpu: The CPU whose state is to be inspected.
608 *
609 * Returns: %true if paging is enabled, %false otherwise.
610 */
611bool cpu_paging_enabled(const CPUState *cpu);
612
a23bbfda
AF
613/**
614 * cpu_get_memory_mapping:
615 * @cpu: The CPU whose memory mappings are to be obtained.
616 * @list: Where to write the memory mappings to.
617 * @errp: Pointer for reporting an #Error.
8a5b974b
MAL
618 *
619 * Returns: %true on success, %false otherwise.
a23bbfda 620 */
8a5b974b 621bool cpu_get_memory_mapping(CPUState *cpu, MemoryMappingList *list,
a23bbfda
AF
622 Error **errp);
623
cfe35d48
PMD
624#if !defined(CONFIG_USER_ONLY)
625
c72bf468
JF
626/**
627 * cpu_write_elf64_note:
628 * @f: pointer to a function that writes memory to a file
629 * @cpu: The CPU whose memory is to be dumped
630 * @cpuid: ID number of the CPU
631 * @opaque: pointer to the CPUState struct
632 */
633int cpu_write_elf64_note(WriteCoreDumpFunction f, CPUState *cpu,
634 int cpuid, void *opaque);
635
636/**
637 * cpu_write_elf64_qemunote:
638 * @f: pointer to a function that writes memory to a file
639 * @cpu: The CPU whose memory is to be dumped
640 * @cpuid: ID number of the CPU
641 * @opaque: pointer to the CPUState struct
642 */
643int cpu_write_elf64_qemunote(WriteCoreDumpFunction f, CPUState *cpu,
644 void *opaque);
645
646/**
647 * cpu_write_elf32_note:
648 * @f: pointer to a function that writes memory to a file
649 * @cpu: The CPU whose memory is to be dumped
650 * @cpuid: ID number of the CPU
651 * @opaque: pointer to the CPUState struct
652 */
653int cpu_write_elf32_note(WriteCoreDumpFunction f, CPUState *cpu,
654 int cpuid, void *opaque);
655
656/**
657 * cpu_write_elf32_qemunote:
658 * @f: pointer to a function that writes memory to a file
659 * @cpu: The CPU whose memory is to be dumped
660 * @cpuid: ID number of the CPU
661 * @opaque: pointer to the CPUState struct
662 */
663int cpu_write_elf32_qemunote(WriteCoreDumpFunction f, CPUState *cpu,
664 void *opaque);
dd83b06a 665
c86f106b
AN
666/**
667 * cpu_get_crash_info:
668 * @cpu: The CPU to get crash information for
669 *
670 * Gets the previously saved crash information.
671 * Caller is responsible for freeing the data.
672 */
673GuestPanicInformation *cpu_get_crash_info(CPUState *cpu);
674
cfe35d48
PMD
675#endif /* !CONFIG_USER_ONLY */
676
878096ee
AF
677/**
678 * CPUDumpFlags:
679 * @CPU_DUMP_CODE:
680 * @CPU_DUMP_FPU: dump FPU register state, not just integer
681 * @CPU_DUMP_CCOP: dump info about TCG QEMU's condition code optimization state
b84694de 682 * @CPU_DUMP_VPU: dump VPU registers
878096ee
AF
683 */
684enum CPUDumpFlags {
685 CPU_DUMP_CODE = 0x00010000,
686 CPU_DUMP_FPU = 0x00020000,
687 CPU_DUMP_CCOP = 0x00040000,
b84694de 688 CPU_DUMP_VPU = 0x00080000,
878096ee
AF
689};
690
691/**
692 * cpu_dump_state:
693 * @cpu: The CPU whose state is to be dumped.
90c84c56 694 * @f: If non-null, dump to this stream, else to current print sink.
878096ee
AF
695 *
696 * Dumps CPU state.
697 */
90c84c56 698void cpu_dump_state(CPUState *cpu, FILE *f, int flags);
878096ee 699
00b941e5 700#ifndef CONFIG_USER_ONLY
1dc6fb1f
PM
701/**
702 * cpu_get_phys_page_attrs_debug:
703 * @cpu: The CPU to obtain the physical page address for.
704 * @addr: The virtual address.
705 * @attrs: Updated on return with the memory transaction attributes to use
706 * for this access.
707 *
708 * Obtains the physical page corresponding to a virtual one, together
709 * with the corresponding memory transaction attributes to use for the access.
710 * Use it only for debugging because no protection checks are done.
711 *
712 * Returns: Corresponding physical page address or -1 if no page found.
713 */
a41d3aae
PMD
714hwaddr cpu_get_phys_page_attrs_debug(CPUState *cpu, vaddr addr,
715 MemTxAttrs *attrs);
1dc6fb1f 716
00b941e5
AF
717/**
718 * cpu_get_phys_page_debug:
719 * @cpu: The CPU to obtain the physical page address for.
720 * @addr: The virtual address.
721 *
722 * Obtains the physical page corresponding to a virtual one.
723 * Use it only for debugging because no protection checks are done.
724 *
725 * Returns: Corresponding physical page address or -1 if no page found.
726 */
a41d3aae 727hwaddr cpu_get_phys_page_debug(CPUState *cpu, vaddr addr);
d7f25a9e
PM
728
729/** cpu_asidx_from_attrs:
730 * @cpu: CPU
731 * @attrs: memory transaction attributes
732 *
733 * Returns the address space index specifying the CPU AddressSpace
734 * to use for a memory access with the given transaction attributes.
735 */
a41d3aae 736int cpu_asidx_from_attrs(CPUState *cpu, MemTxAttrs attrs);
d7f25a9e 737
cdba7e2f
PMD
738/**
739 * cpu_virtio_is_big_endian:
740 * @cpu: CPU
741
742 * Returns %true if a CPU which supports runtime configurable endianness
743 * is currently big-endian.
744 */
745bool cpu_virtio_is_big_endian(CPUState *cpu);
cfe35d48
PMD
746
747#endif /* CONFIG_USER_ONLY */
00b941e5 748
267f685b
PB
749/**
750 * cpu_list_add:
751 * @cpu: The CPU to be added to the list of CPUs.
752 */
753void cpu_list_add(CPUState *cpu);
754
755/**
756 * cpu_list_remove:
757 * @cpu: The CPU to be removed from the list of CPUs.
758 */
759void cpu_list_remove(CPUState *cpu);
760
dd83b06a
AF
761/**
762 * cpu_reset:
763 * @cpu: The CPU whose state is to be reset.
764 */
765void cpu_reset(CPUState *cpu);
766
2b8c2754
AF
767/**
768 * cpu_class_by_name:
769 * @typename: The CPU base type.
770 * @cpu_model: The model string without any parameters.
771 *
3a9d0d7b 772 * Looks up a concrete CPU #ObjectClass matching name @cpu_model.
2b8c2754 773 *
3a9d0d7b
PMD
774 * Returns: A concrete #CPUClass or %NULL if no matching class is found
775 * or if the matching class is abstract.
2b8c2754
AF
776 */
777ObjectClass *cpu_class_by_name(const char *typename, const char *cpu_model);
778
445946f4
GS
779/**
780 * cpu_model_from_type:
781 * @typename: The CPU type name
782 *
783 * Extract the CPU model name from the CPU type name. The
784 * CPU type name is either the combination of the CPU model
785 * name and suffix, or same to the CPU model name.
786 *
787 * Returns: CPU model name or NULL if the CPU class doesn't exist
788 * The user should g_free() the string once no longer needed.
789 */
790char *cpu_model_from_type(const char *typename);
791
3c72234c
IM
792/**
793 * cpu_create:
794 * @typename: The CPU type.
795 *
796 * Instantiates a CPU and realizes the CPU.
797 *
798 * Returns: A #CPUState or %NULL if an error occurred.
799 */
800CPUState *cpu_create(const char *typename);
801
802/**
c1c8cfe5
EH
803 * parse_cpu_option:
804 * @cpu_option: The -cpu option including optional parameters.
3c72234c
IM
805 *
806 * processes optional parameters and registers them as global properties
807 *
4482e05c
IM
808 * Returns: type of CPU to create or prints error and terminates process
809 * if an error occurred.
3c72234c 810 */
c1c8cfe5 811const char *parse_cpu_option(const char *cpu_option);
9262685b 812
3993c6bd 813/**
8c2e1b00 814 * cpu_has_work:
3993c6bd
AF
815 * @cpu: The vCPU to check.
816 *
817 * Checks whether the CPU has work to do.
818 *
819 * Returns: %true if the CPU has work, %false otherwise.
820 */
8c2e1b00
AF
821static inline bool cpu_has_work(CPUState *cpu)
822{
823 CPUClass *cc = CPU_GET_CLASS(cpu);
824
825 g_assert(cc->has_work);
826 return cc->has_work(cpu);
827}
3993c6bd 828
60e82579
AF
829/**
830 * qemu_cpu_is_self:
831 * @cpu: The vCPU to check against.
832 *
833 * Checks whether the caller is executing on the vCPU thread.
834 *
835 * Returns: %true if called from @cpu's thread, %false otherwise.
836 */
837bool qemu_cpu_is_self(CPUState *cpu);
838
c08d7424
AF
839/**
840 * qemu_cpu_kick:
841 * @cpu: The vCPU to kick.
842 *
843 * Kicks @cpu's thread.
844 */
845void qemu_cpu_kick(CPUState *cpu);
846
2fa45344
AF
847/**
848 * cpu_is_stopped:
849 * @cpu: The CPU to check.
850 *
851 * Checks whether the CPU is stopped.
852 *
853 * Returns: %true if run state is not running or if artificially stopped;
854 * %false otherwise.
855 */
856bool cpu_is_stopped(CPUState *cpu);
857
d148d90e
SF
858/**
859 * do_run_on_cpu:
860 * @cpu: The vCPU to run on.
861 * @func: The function to be executed.
862 * @data: Data to pass to the function.
863 * @mutex: Mutex to release while waiting for @func to run.
864 *
865 * Used internally in the implementation of run_on_cpu.
866 */
14e6fe12 867void do_run_on_cpu(CPUState *cpu, run_on_cpu_func func, run_on_cpu_data data,
d148d90e
SF
868 QemuMutex *mutex);
869
f100f0b3
AF
870/**
871 * run_on_cpu:
872 * @cpu: The vCPU to run on.
873 * @func: The function to be executed.
874 * @data: Data to pass to the function.
875 *
876 * Schedules the function @func for execution on the vCPU @cpu.
877 */
14e6fe12 878void run_on_cpu(CPUState *cpu, run_on_cpu_func func, run_on_cpu_data data);
f100f0b3 879
3c02270d
CV
880/**
881 * async_run_on_cpu:
882 * @cpu: The vCPU to run on.
883 * @func: The function to be executed.
884 * @data: Data to pass to the function.
885 *
886 * Schedules the function @func for execution on the vCPU @cpu asynchronously.
887 */
14e6fe12 888void async_run_on_cpu(CPUState *cpu, run_on_cpu_func func, run_on_cpu_data data);
3c02270d 889
53f5ed95
PB
890/**
891 * async_safe_run_on_cpu:
892 * @cpu: The vCPU to run on.
893 * @func: The function to be executed.
894 * @data: Data to pass to the function.
895 *
896 * Schedules the function @func for execution on the vCPU @cpu asynchronously,
897 * while all other vCPUs are sleeping.
898 *
899 * Unlike run_on_cpu and async_run_on_cpu, the function is run outside the
900 * BQL.
901 */
14e6fe12 902void async_safe_run_on_cpu(CPUState *cpu, run_on_cpu_func func, run_on_cpu_data data);
53f5ed95 903
cfbc3c60
EC
904/**
905 * cpu_in_exclusive_context()
906 * @cpu: The vCPU to check
907 *
908 * Returns true if @cpu is an exclusive context, for example running
909 * something which has previously been queued via async_safe_run_on_cpu().
910 */
911static inline bool cpu_in_exclusive_context(const CPUState *cpu)
912{
df8a6880 913 return cpu->exclusive_context_count;
cfbc3c60
EC
914}
915
38d8f5c8
AF
916/**
917 * qemu_get_cpu:
918 * @index: The CPUState@cpu_index value of the CPU to obtain.
919 *
920 * Gets a CPU matching @index.
921 *
922 * Returns: The CPU or %NULL if there is no matching CPU.
923 */
924CPUState *qemu_get_cpu(int index);
925
69e5ff06
IM
926/**
927 * cpu_exists:
928 * @id: Guest-exposed CPU ID to lookup.
929 *
930 * Search for CPU with specified ID.
931 *
932 * Returns: %true - CPU is found, %false - CPU isn't found.
933 */
934bool cpu_exists(int64_t id);
935
5ce46cb3
EH
936/**
937 * cpu_by_arch_id:
938 * @id: Guest-exposed CPU ID of the CPU to obtain.
939 *
940 * Get a CPU with matching @id.
941 *
942 * Returns: The CPU or %NULL if there is no matching CPU.
943 */
944CPUState *cpu_by_arch_id(int64_t id);
945
c3affe56
AF
946/**
947 * cpu_interrupt:
948 * @cpu: The CPU to set an interrupt on.
7e63bc38 949 * @mask: The interrupts to set.
c3affe56
AF
950 *
951 * Invokes the interrupt handler.
952 */
c3affe56
AF
953
954void cpu_interrupt(CPUState *cpu, int mask);
955
2991b890
PC
956/**
957 * cpu_set_pc:
958 * @cpu: The CPU to set the program counter for.
959 * @addr: Program counter value.
960 *
961 * Sets the program counter for a CPU.
962 */
963static inline void cpu_set_pc(CPUState *cpu, vaddr addr)
964{
965 CPUClass *cc = CPU_GET_CLASS(cpu);
966
967 cc->set_pc(cpu, addr);
968}
969
d8ed887b
AF
970/**
971 * cpu_reset_interrupt:
972 * @cpu: The CPU to clear the interrupt on.
973 * @mask: The interrupt mask to clear.
974 *
975 * Resets interrupts on the vCPU @cpu.
976 */
977void cpu_reset_interrupt(CPUState *cpu, int mask);
978
60a3e17a
AF
979/**
980 * cpu_exit:
981 * @cpu: The CPU to exit.
982 *
983 * Requests the CPU @cpu to exit execution.
984 */
985void cpu_exit(CPUState *cpu);
986
2993683b
IM
987/**
988 * cpu_resume:
989 * @cpu: The CPU to resume.
990 *
991 * Resumes CPU, i.e. puts CPU into runnable state.
992 */
993void cpu_resume(CPUState *cpu);
dd83b06a 994
4c055ab5 995/**
2c579042
BR
996 * cpu_remove_sync:
997 * @cpu: The CPU to remove.
998 *
999 * Requests the CPU to be removed and waits till it is removed.
1000 */
1001void cpu_remove_sync(CPUState *cpu);
1002
d148d90e
SF
1003/**
1004 * process_queued_cpu_work() - process all items on CPU work queue
1005 * @cpu: The CPU which work queue to process.
1006 */
1007void process_queued_cpu_work(CPUState *cpu);
1008
ab129972
PB
1009/**
1010 * cpu_exec_start:
1011 * @cpu: The CPU for the current thread.
1012 *
1013 * Record that a CPU has started execution and can be interrupted with
1014 * cpu_exit.
1015 */
1016void cpu_exec_start(CPUState *cpu);
1017
1018/**
1019 * cpu_exec_end:
1020 * @cpu: The CPU for the current thread.
1021 *
1022 * Record that a CPU has stopped execution and exclusive sections
1023 * can be executed without interrupting it.
1024 */
1025void cpu_exec_end(CPUState *cpu);
1026
1027/**
1028 * start_exclusive:
1029 *
1030 * Wait for a concurrent exclusive section to end, and then start
1031 * a section of work that is run while other CPUs are not running
1032 * between cpu_exec_start and cpu_exec_end. CPUs that are running
1033 * cpu_exec are exited immediately. CPUs that call cpu_exec_start
1034 * during the exclusive section go to sleep until this CPU calls
1035 * end_exclusive.
ab129972
PB
1036 */
1037void start_exclusive(void);
1038
1039/**
1040 * end_exclusive:
1041 *
1042 * Concludes an exclusive execution section started by start_exclusive.
ab129972
PB
1043 */
1044void end_exclusive(void);
1045
c643bed9
AF
1046/**
1047 * qemu_init_vcpu:
1048 * @cpu: The vCPU to initialize.
1049 *
1050 * Initializes a vCPU.
1051 */
1052void qemu_init_vcpu(CPUState *cpu);
1053
3825b28f
AF
1054#define SSTEP_ENABLE 0x1 /* Enable simulated HW single stepping */
1055#define SSTEP_NOIRQ 0x2 /* Do not use IRQ while single stepping */
1056#define SSTEP_NOTIMER 0x4 /* Do not Timers while single stepping */
1057
1058/**
1059 * cpu_single_step:
1060 * @cpu: CPU to the flags for.
1061 * @enabled: Flags to enable.
1062 *
1063 * Enables or disables single-stepping for @cpu.
1064 */
1065void cpu_single_step(CPUState *cpu, int enabled);
1066
b3310ab3
AF
1067/* Breakpoint/watchpoint flags */
1068#define BP_MEM_READ 0x01
1069#define BP_MEM_WRITE 0x02
1070#define BP_MEM_ACCESS (BP_MEM_READ | BP_MEM_WRITE)
1071#define BP_STOP_BEFORE_ACCESS 0x04
08225676 1072/* 0x08 currently unused */
b3310ab3
AF
1073#define BP_GDB 0x10
1074#define BP_CPU 0x20
b933066a 1075#define BP_ANY (BP_GDB | BP_CPU)
019a9808
RH
1076#define BP_HIT_SHIFT 6
1077#define BP_WATCHPOINT_HIT_READ (BP_MEM_READ << BP_HIT_SHIFT)
1078#define BP_WATCHPOINT_HIT_WRITE (BP_MEM_WRITE << BP_HIT_SHIFT)
1079#define BP_WATCHPOINT_HIT (BP_MEM_ACCESS << BP_HIT_SHIFT)
b3310ab3
AF
1080
1081int cpu_breakpoint_insert(CPUState *cpu, vaddr pc, int flags,
1082 CPUBreakpoint **breakpoint);
1083int cpu_breakpoint_remove(CPUState *cpu, vaddr pc, int flags);
1084void cpu_breakpoint_remove_by_ref(CPUState *cpu, CPUBreakpoint *breakpoint);
1085void cpu_breakpoint_remove_all(CPUState *cpu, int mask);
1086
b933066a
RH
1087/* Return true if PC matches an installed breakpoint. */
1088static inline bool cpu_breakpoint_test(CPUState *cpu, vaddr pc, int mask)
1089{
1090 CPUBreakpoint *bp;
1091
1092 if (unlikely(!QTAILQ_EMPTY(&cpu->breakpoints))) {
1093 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) {
1094 if (bp->pc == pc && (bp->flags & mask)) {
1095 return true;
1096 }
1097 }
1098 }
1099 return false;
1100}
1101
87e303de 1102#if defined(CONFIG_USER_ONLY)
74841f04
RH
1103static inline int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len,
1104 int flags, CPUWatchpoint **watchpoint)
1105{
1106 return -ENOSYS;
1107}
1108
1109static inline int cpu_watchpoint_remove(CPUState *cpu, vaddr addr,
1110 vaddr len, int flags)
1111{
1112 return -ENOSYS;
1113}
1114
1115static inline void cpu_watchpoint_remove_by_ref(CPUState *cpu,
1116 CPUWatchpoint *wp)
1117{
1118}
1119
1120static inline void cpu_watchpoint_remove_all(CPUState *cpu, int mask)
1121{
1122}
1123#else
75a34036
AF
1124int cpu_watchpoint_insert(CPUState *cpu, vaddr addr, vaddr len,
1125 int flags, CPUWatchpoint **watchpoint);
1126int cpu_watchpoint_remove(CPUState *cpu, vaddr addr,
1127 vaddr len, int flags);
1128void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint);
1129void cpu_watchpoint_remove_all(CPUState *cpu, int mask);
74841f04 1130#endif
75a34036 1131
6d03226b
AB
1132/**
1133 * cpu_plugin_mem_cbs_enabled() - are plugin memory callbacks enabled?
1134 * @cs: CPUState pointer
1135 *
1136 * The memory callbacks are installed if a plugin has instrumented an
1137 * instruction for memory. This can be useful to know if you want to
1138 * force a slow path for a series of memory accesses.
1139 */
1140static inline bool cpu_plugin_mem_cbs_enabled(const CPUState *cpu)
1141{
1142#ifdef CONFIG_PLUGIN
1143 return !!cpu->plugin_mem_cbs;
1144#else
1145 return false;
1146#endif
1147}
1148
63c91552
PB
1149/**
1150 * cpu_get_address_space:
1151 * @cpu: CPU to get address space from
1152 * @asidx: index identifying which address space to get
1153 *
1154 * Return the requested address space of this CPU. @asidx
1155 * specifies which address space to read.
1156 */
1157AddressSpace *cpu_get_address_space(CPUState *cpu, int asidx);
1158
8905770b 1159G_NORETURN void cpu_abort(CPUState *cpu, const char *fmt, ...)
9edc6313 1160 G_GNUC_PRINTF(2, 3);
7df5e3d6
CF
1161
1162/* $(top_srcdir)/cpu.c */
995b87de 1163void cpu_class_init_props(DeviceClass *dc);
39e329e3 1164void cpu_exec_initfn(CPUState *cpu);
79a99091 1165bool cpu_exec_realizefn(CPUState *cpu, Error **errp);
7bbc124e 1166void cpu_exec_unrealizefn(CPUState *cpu);
1b5120d7 1167void cpu_exec_reset_hold(CPUState *cpu);
a47dddd7 1168
c95ac103
TH
1169/**
1170 * target_words_bigendian:
1171 * Returns true if the (default) endianness of the target is big endian,
1172 * false otherwise. Note that in target-specific code, you can use
ee3eb3a7 1173 * TARGET_BIG_ENDIAN directly instead. On the other hand, common
c95ac103
TH
1174 * code should normally never need to know about the endianness of the
1175 * target, so please do *not* use this function unless you know very well
1176 * what you are doing!
1177 */
1178bool target_words_bigendian(void);
1179
1077f50b
TH
1180const char *target_name(void);
1181
4e40e893
MAL
1182void page_size_init(void);
1183
47507383
TH
1184#ifdef NEED_CPU_H
1185
75fe97b4 1186#ifndef CONFIG_USER_ONLY
feece4d0 1187
8a9358cc 1188extern const VMStateDescription vmstate_cpu_common;
1a1562f5
AF
1189
1190#define VMSTATE_CPU() { \
1191 .name = "parent_obj", \
1192 .size = sizeof(CPUState), \
1193 .vmsd = &vmstate_cpu_common, \
1194 .flags = VMS_STRUCT, \
1195 .offset = 0, \
1196}
75fe97b4 1197#endif /* !CONFIG_USER_ONLY */
1a1562f5 1198
47507383
TH
1199#endif /* NEED_CPU_H */
1200
a07f953e 1201#define UNASSIGNED_CPU_INDEX -1
7ea7b9ad 1202#define UNASSIGNED_CLUSTER_INDEX -1
a07f953e 1203
dd83b06a 1204#endif