Searched refs:VMSTATE_FPR_ARRAY (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 56 #define VMSTATE_FPR_ARRAY(_f, _s, _n) \ macro 60 VMSTATE_FPR_ARRAY(fpr, CPUMIPSFPUContext, 32),
|
/openbmc/qemu/target/ppc/ |
H A D | machine.c | 87 #define VMSTATE_FPR_ARRAY(_f, _s, _n) \ macro 294 VMSTATE_FPR_ARRAY(env.vsr, PowerPCCPU, 32),
|