Home | History | Annotate | Download | only in priv

Lines Matching full: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
1879 d = st->Ist.Dirty.details;
2117 d = st->Ist.Dirty.details;
2207 && st->Ist.Dirty.details->guard
2208 && isZeroU1(st->Ist.Dirty.details->guard)) {
2209 /* This is a dirty helper which will never get called.
2698 Dirty call - dump (paranoia level -> 2)
3071 /* Be conservative. If the dirty call has any guest effects at
3074 if (st->Ist.Dirty.details->nFxState > 0)
3139 /* If the dirty call has any guest effects at all, give up.
3141 if (s2->Ist.Dirty.details->nFxState > 0)
3272 * If a dirty helper call which might write guest state, give up.
3419 d = st->Ist.Dirty.details;
3888 d = st->Ist.Dirty.details;
4194 d = st->Ist.Dirty.details;
4537 d = st->Ist.Dirty.details;