Home
last modified time | relevance | path

Searched defs:CPUState (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/qom/
H A Dcpu.h205 struct CPUState { struct
210 int nr_cores;
211 int nr_threads;
212 int numa_node;
238 QTAILQ_ENTRY(CPUState) node; argument
246 void *opaque;
251 uintptr_t mem_io_pc;
252 vaddr mem_io_vaddr;
254 int kvm_fd;
255 bool kvm_vcpu_dirty;
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/include/qom/
H A Dcpu.h205 struct CPUState { struct
210 int nr_cores;
211 int nr_threads;
212 int numa_node;
238 QTAILQ_ENTRY(CPUState) node; argument
246 void *opaque;
251 uintptr_t mem_io_pc;
252 vaddr mem_io_vaddr;
254 int kvm_fd;
255 bool kvm_vcpu_dirty;
[all …]
/dports/emulators/qemu/qemu-6.2.0/include/hw/core/
H A Dcpu.h310 struct CPUState { struct
315 int nr_cores;
323 bool running, has_waiter;
326 bool created;
327 bool stop;
328 bool stopped;
333 bool unplug;
363 QTAILQ_ENTRY(CPUState) node; argument
371 void *opaque;
379 int kvm_fd;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/include/hw/core/
H A Dcpu.h329 struct CPUState { struct
334 int nr_cores;
342 bool running, has_waiter;
345 bool created;
346 bool stop;
347 bool stopped;
352 bool unplug;
382 QTAILQ_ENTRY(CPUState) node; argument
390 void *opaque;
397 int kvm_fd;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qom/
H A Dcpu.h329 struct CPUState { struct
334 int nr_cores;
342 bool running, has_waiter;
345 bool created;
346 bool stop;
347 bool stopped;
348 bool unplug;
375 QTAILQ_ENTRY(CPUState) node; argument
383 void *opaque;
397 int kvm_fd;
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/core/
H A Dcpu.h350 struct CPUState { struct
355 int nr_cores;
363 bool running, has_waiter;
366 bool created;
367 bool stop;
368 bool stopped;
369 bool unplug;
400 QTAILQ_ENTRY(CPUState) node; argument
408 void *opaque;
415 int kvm_fd;
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/hw/core/
H A Dcpu.h348 struct CPUState { struct
353 int nr_cores;
361 bool running, has_waiter;
364 bool created;
365 bool stop;
366 bool stopped;
367 bool unplug;
397 QTAILQ_ENTRY(CPUState) node; argument
405 void *opaque;
412 int kvm_fd;
[all …]
/dports/emulators/qemu5/qemu-5.2.0/include/hw/core/
H A Dcpu.h363 struct CPUState { struct
368 int nr_cores;
376 bool running, has_waiter;
379 bool created;
380 bool stop;
381 bool stopped;
386 bool unplug;
416 QTAILQ_ENTRY(CPUState) node; argument
424 void *opaque;
431 int kvm_fd;
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/core/
H A Dcpu.h348 struct CPUState { struct
353 int nr_cores;
361 bool running, has_waiter;
364 bool created;
365 bool stop;
366 bool stopped;
367 bool unplug;
397 QTAILQ_ENTRY(CPUState) node; argument
405 void *opaque;
412 int kvm_fd;
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/core/
H A Dcpu.h346 struct CPUState { struct
351 int nr_cores;
359 bool running, has_waiter;
362 bool created;
363 bool stop;
364 bool stopped;
365 bool unplug;
395 QTAILQ_ENTRY(CPUState) node; argument
403 void *opaque;
410 int kvm_fd;
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/
H A Dstate.hpp117 struct CPUState struct
119 uint32_t pc = 0;
120 uint32_t dirty_blocks = 0;
123 uint32_t has_delay_slot = 0;
124 uint32_t branch_target = 0;
126 uint32_t sr[33] = {}; // r32 is used as a scratch register.
127 uint32_t *dmem = nullptr;
128 uint32_t *imem = nullptr;
129 uint32_t *rdram = nullptr;
131 CP2 cp2 = {};
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A Dcpustate_aarch64.hpp373 class CPUState class
392 CPUState() { in CPUState() function in CPUState
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dtypedefs.h39 typedef struct CPUState CPUState; typedef
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dtypedefs.h42 typedef struct CPUState CPUState; typedef
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dtypedefs.h42 typedef struct CPUState CPUState; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dtypedefs.h39 typedef struct CPUState CPUState; typedef
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dtypedefs.h40 typedef struct CPUState CPUState; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dtypedefs.h24 typedef struct CPUState CPUState; typedef
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dtypedefs.h39 typedef struct CPUState CPUState; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dtypedefs.h42 typedef struct CPUState CPUState; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dtypedefs.h39 typedef struct CPUState CPUState; typedef
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs1443 public struct CPUState struct
1445 public UInt16 PC;
1446 public Byte SP;
1447 public Byte A;
1448 public Byte X;
1449 public Byte Y;
1450 public Byte PS;
1451 public IRQSource IRQFlag;
1452 public UInt64 CycleCount;
1455 public bool NMIFlag;
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/rsp/
H A Dvfunctions.cpp257 void RSP_VINVALID(RSP::CPUState *, unsigned, unsigned, unsigned, unsigned) in RSP_VINVALID()
525 void RSP_VNOP(RSP::CPUState *, unsigned, unsigned, unsigned, unsigned) in RSP_VNOP()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/target-arm/
H A Dcpu.h26 #define CPUState struct CPUARMState macro