Searched refs:CPUMIPSFPUContext (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 60 VMSTATE_FPR_ARRAY(fpr, CPUMIPSFPUContext, 32), 61 VMSTATE_UINT32(fcr0, CPUMIPSFPUContext), 62 VMSTATE_UINT32(fcr31, CPUMIPSFPUContext), 233 CPUMIPSFPUContext), 332 vmstate_inactive_fpu, CPUMIPSFPUContext),
|
/openbmc/qemu/target/mips/ |
H A D | cpu.h | 45 typedef struct CPUMIPSFPUContext CPUMIPSFPUContext; typedef 46 struct CPUMIPSFPUContext { struct 530 CPUMIPSFPUContext active_fpu; 1099 CPUMIPSFPUContext fpus[MIPS_FPU_MAX];
|