Searched refs:vstate (Results 1 – 3 of 3) sorted by relevance
297 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr]; in vstateVPush()331 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr - 1]; in vstateVPop()333 ctxt->vstate = NULL; in vstateVPop()361 #define CONT ctxt->vstate->cont362 #define NODE ctxt->vstate->node363 #define DEPTH ctxt->vstate->depth364 #define OCCURS ctxt->vstate->occurs365 #define STATE ctxt->vstate->state367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))[all …]
99 struct hax_vcpu_state *vstate; in hax_stop_translate() local101 vstate = env->hax_vcpu; in hax_stop_translate()102 assert(vstate->emulation_state); in hax_stop_translate()103 if (vstate->emulation_state == HAX_EMULATE_STATE_MMIO ) in hax_stop_translate()
98 xmlValidState *vstate; /* current state */ member