Searched refs:save_state (Results 1 – 10 of 10) sorted by relevance
40 void (*save_state)(QEMUFile *f, void *opaque); member
102 .save_state = s390_tod_save,
457 .save_state = s390_storage_keys_save,
1415 struct save_state { struct1426 struct save_state *ss = opaque; in save_node() argument1479 static void save_tree(struct save_state *ss, uint32_t tx_id, XsNode *root) in save_tree()1489 struct save_state *ss = opaque; in save_tx()1500 struct save_state *ss = opaque; in save_watch()1513 struct save_state ss; in xs_impl_serialize()
1041 static void save_state(DisasContext *dc) in save_state() function1050 save_state(dc); in gen_exception()1827 save_state(dc); in gen_ld_asi()1903 save_state(dc); in gen_st_asi()1974 save_state(dc); in gen_ldstub_asi()2075 save_state(dc); in gen_ldf_asi()2276 save_state(dc); in gen_ldda_asi()2377 save_state(dc); in gen_stda_asi()2787 save_state(dc); in do_tcc()3413 save_state(dc); in do_wrpowerdown()[all …]
219 Two functions in the ``ops`` structure are the ``save_state``221 parameter to know what state format is receiving. ``save_state`` doesn't394 Each version is associated with a series of fields saved. The ``save_state`` always saves
74 * A ``save_state`` function to save the device config space if it is present
828 .save_state = vfio_save_state,
422 .save_state = net_slirp_state_save,
979 se->ops->save_state(f, se->opaque); in vmstate_save_old_style() 1032 if ((!se->ops || !se->ops->save_state) && !se->vmsd) { in vmstate_save()