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");
759 /* Be very conservative for dirty helper calls; dump the entire
881 which implicitly read parts of the guest state: dirty helper calls
2692 d = st->Ist.Dirty.details;
3041 d = st->Ist.Dirty.details;
3134 && st->Ist.Dirty.details->guard
3135 && isZeroU1(st->Ist.Dirty.details->guard)) {
3136 /* This is a dirty helper which will never get called.
3911 Dirty call - dump (paranoia level -> 2)
4295 /* Be conservative. If the dirty call has any guest effects at
4298 if (st->Ist.Dirty.details->nFxState > 0)
4369 /* If the dirty call has any guest effects at all, give up.
4371 if (s2->Ist.Dirty.details->nFxState > 0)
4506 * If a dirty helper call which might write guest state, give up.
4668 d = st->Ist.Dirty.details;
5203 d = st->Ist.Dirty.details;
5592 d = st->Ist.Dirty.details;
5710 return dirty_helper_puts(st->Ist.Dirty.details,
5879 && dirty_helper_stores(st->Ist.Dirty.details))
6323 IRDirty* d = st->Ist.Dirty.details;
6535 d = st->Ist.Dirty.details;