Home | History | Annotate | Download | only in priv

Lines Matching refs:Dirty

62    * In a dirty helper call, any parts of the guest state that the
75 guest memory done by dirty helpers annotated as such) is not
139 TODO: check interaction of rGetI and dirty helpers.
439 d = st->Ist.Dirty.details;
634 /* Deal with dirty helpers which write or modify guest state.
637 IRDirty* d = st->Ist.Dirty.details;
648 if (0) vex_printf("rGET: trash env due to dirty helper\n");
713 /* Be very conservative for dirty helper calls; dump the entire
799 which implicitly read parts of the guest state: dirty helper calls
1993 d = st->Ist.Dirty.details;
2233 d = st->Ist.Dirty.details;
2323 && st->Ist.Dirty.details->guard
2324 && isZeroU1(st->Ist.Dirty.details->guard)) {
2325 /* This is a dirty helper which will never get called.
2814 Dirty call - dump (paranoia level -> 2)
3187 /* Be conservative. If the dirty call has any guest effects at
3190 if (st->Ist.Dirty.details->nFxState > 0)
3255 /* If the dirty call has any guest effects at all, give up.
3257 if (s2->Ist.Dirty.details->nFxState > 0)
3388 * If a dirty helper call which might write guest state, give up.
3535 d = st->Ist.Dirty.details;
4004 d = st->Ist.Dirty.details;
4328 d = st->Ist.Dirty.details;
4671 d = st->Ist.Dirty.details;