Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h461 typedef struct TCState TCState; typedef
462 struct TCState { struct
463 target_ulong gpr[32];
469 uint64_t gpr_hi[32];
471 target_ulong PC;
472 target_ulong HI[MIPS_DSP_ACC];
473 target_ulong LO[MIPS_DSP_ACC];
474 target_ulong ACX[MIPS_DSP_ACC];
475 target_ulong DSPControl;
476 int32_t CP0_TCStatus;
[all …]