Home
last modified time | relevance | path

Searched refs:early_setup (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh30 early_setup() { function
117 early_setup
/openbmc/qemu/migration/
H A Dsavevm.c1373 if (se->vmsd && se->vmsd->early_setup) { in qemu_savevm_state_setup()
1675 if (se->vmsd && se->vmsd->early_setup) { in qemu_savevm_state_complete_precopy_non_iterable()
/openbmc/qemu/include/migration/
H A Dvmstate.h200 * save_setup() and a VMSD with early_setup set to true are mutually
201 * exclusive. For this reason, also early_setup VMSDs are migrated in a
216 bool early_setup;
204 bool early_setup; global() member
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem.c1441 .early_setup = true,