Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h32 struct mips_def_t { struct
33 const char *name;
34 int32_t CP0_PRid;
35 int32_t CP0_Config0;
36 int32_t CP0_Config1;
37 int32_t CP0_Config2;
38 int32_t CP0_Config3;
39 int32_t CP0_Config4;
40 int32_t CP0_Config4_rw_bitmask;
41 int32_t CP0_Config5;
[all …]
H A Dcpu.h127 typedef struct mips_def_t mips_def_t; typedef