Home
last modified time | relevance | path

Searched refs:CPUMIPSMVPContext (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c127 VMSTATE_INT32(CP0_MVPControl, CPUMIPSMVPContext),
128 VMSTATE_INT32(CP0_MVPConf0, CPUMIPSMVPContext),
129 VMSTATE_INT32(CP0_MVPConf1, CPUMIPSMVPContext),
237 CPUMIPSMVPContext),
/openbmc/qemu/target/mips/
H A Dcpu.h103 typedef struct CPUMIPSMVPContext CPUMIPSMVPContext; typedef
104 struct CPUMIPSMVPContext { struct
1177 CPUMIPSMVPContext *mvp;
H A Dcpu-defs.c.inc1035 env->mvp = g_malloc0(sizeof(CPUMIPSMVPContext));