Home | History | Annotate | Download | only in priv

Lines Matching refs:Dirty

66    * In a dirty helper call, any parts of the guest state that the
74 (i.e. at SB exits and as specified by dirty helper call).
94 guest memory done by dirty helpers annotated as such) is not
158 TODO: check interaction of rGetI and dirty helpers.
479 d = st->Ist.Dirty.details;
679 /* Deal with dirty helpers which write or modify guest state.
682 IRDirty* d = st->Ist.Dirty.details;
693 if (0) vex_printf("rGET: trash env due to dirty helper\n");
758 /* Be very conservative for dirty helper calls; dump the entire
874 which implicitly read parts of the guest state: dirty helper calls
2627 d = st->Ist.Dirty.details;
2974 d = st->Ist.Dirty.details;
3067 && st->Ist.Dirty.details->guard
3068 && isZeroU1(st->Ist.Dirty.details->guard)) {
3069 /* This is a dirty helper which will never get called.
3789 Dirty call - dump (paranoia level -> 2)
4165 /* Be conservative. If the dirty call has any guest effects at
4168 if (st->Ist.Dirty.details->nFxState > 0)
4239 /* If the dirty call has any guest effects at all, give up.
4241 if (s2->Ist.Dirty.details->nFxState > 0)
4376 * If a dirty helper call which might write guest state, give up.
4538 d = st->Ist.Dirty.details;
5073 d = st->Ist.Dirty.details;
5457 d = st->Ist.Dirty.details;
5565 return dirty_helper_puts(st->Ist.Dirty.details, preciseMemExnsFn,
5728 && dirty_helper_stores(st->Ist.Dirty.details))
5956 d = st->Ist.Dirty.details;