Home
last modified time | relevance | path

Searched refs:VMSTATE_VARRAY_MULTIPLY (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dmachine.c153 VMSTATE_VARRAY_MULTIPLY(env.regbase, SPARCCPU, env.nwindows, 16,
/openbmc/qemu/include/migration/
H A Dvmstate.h381 #define VMSTATE_VARRAY_MULTIPLY(_field, _state, _field_num, _multiply, _info, _type) { \ macro