Home | History | Annotate | Download | only in priv

Lines Matching full:pc_min

1365    Int pc_min = offsetof(VexGuestARMState, guest_R15T);
1366 Int pc_max = pc_min + 4 - 1;
1376 if (maxoff < pc_min || minoff > pc_max) {