Searched refs:ArchCPU (Results 1 – 25 of 27) sorted by relevance
12
| /qemu/accel/tcg/ |
| A D | translator.c | 26 offsetof(ArchCPU, parent_obj.neg.can_do_io) - in set_can_do_io() 27 offsetof(ArchCPU, env)); in set_can_do_io() 50 offsetof(ArchCPU, parent_obj.neg.icount_decr.u32) in gen_tb_start() 51 - offsetof(ArchCPU, env)); in gen_tb_start() 80 offsetof(ArchCPU, parent_obj.neg.icount_decr.u16.low) in gen_tb_start() 81 - offsetof(ArchCPU, env)); in gen_tb_start()
|
| A D | plugin-gen.c | 93 offsetof(ArchCPU, env)); in gen_enable_mem_helper() 100 offsetof(ArchCPU, env)); in gen_disable_mem_helper() 107 -offsetof(ArchCPU, env) + offsetof(CPUState, cpu_index)); in gen_cpu_index()
|
| /qemu/target/hexagon/ |
| A D | cpu.h | 123 struct ArchCPU { struct 156 typedef HexagonCPU ArchCPU; typedef
|
| /qemu/include/qemu/ |
| A D | typedefs.h | 29 typedef struct ArchCPU ArchCPU; typedef
|
| /qemu/include/hw/intc/ |
| A D | m68k_irqc.h | 36 ArchCPU *cpu;
|
| /qemu/include/exec/ |
| A D | cpu-all.h | 385 QEMU_BUILD_BUG_ON(offsetof(ArchCPU, parent_obj) != 0); 386 QEMU_BUILD_BUG_ON(offsetof(ArchCPU, env) != sizeof(CPUState));
|
| A D | cpu-common.h | 236 static inline ArchCPU *env_archcpu(CPUArchState *env) in env_archcpu()
|
| /qemu/hw/intc/ |
| A D | m68k_irqc.c | 90 TYPE_M68K_CPU, ArchCPU *),
|
| /qemu/target/avr/ |
| A D | cpu.h | 142 struct ArchCPU { struct
|
| /qemu/include/hw/core/ |
| A D | cpu.h | 84 typedef struct ArchCPU CpuInstanceType; \ 85 OBJECT_DECLARE_TYPE(ArchCPU, CpuClassType, CPU_MODULE_OBJ_NAME);
|
| /qemu/target/rx/ |
| A D | cpu.h | 109 struct ArchCPU { struct
|
| /qemu/target/tricore/ |
| A D | cpu.h | 65 struct ArchCPU { struct
|
| /qemu/target/openrisc/ |
| A D | cpu.h | 294 struct ArchCPU { struct
|
| /qemu/target/microblaze/ |
| A D | cpu.h | 342 struct ArchCPU { struct
|
| /qemu/target/hppa/ |
| A D | cpu.h | 274 struct ArchCPU { struct
|
| /qemu/target/alpha/ |
| A D | cpu.h | 258 struct ArchCPU { struct
|
| /qemu/target/m68k/ |
| A D | cpu.h | 166 struct ArchCPU { struct
|
| /qemu/target/sh4/ |
| A D | cpu.h | 216 struct ArchCPU { struct
|
| /qemu/target/loongarch/ |
| A D | cpu.h | 399 struct ArchCPU { struct
|
| /qemu/target/xtensa/ |
| A D | cpu.h | 558 struct ArchCPU { struct
|
| /qemu/target/s390x/ |
| A D | cpu.h | 170 struct ArchCPU { struct
|
| /qemu/target/sparc/ |
| A D | cpu.h | 559 struct ArchCPU { struct
|
| /qemu/target/riscv/ |
| A D | cpu.h | 497 struct ArchCPU { struct
|
| /qemu/target/mips/ |
| A D | cpu.h | 1204 struct ArchCPU { struct
|
| /qemu/target/i386/ |
| A D | cpu.h | 2069 struct ArchCPU { struct
|
Completed in 640 milliseconds
12