Home | History | Annotate | Download | only in priv

Lines Matching refs:pc_min

1055    Int pc_min = offsetof(VexGuestARMState, guest_R15T);
1056 Int pc_max = pc_min + 4 - 1;
1066 if (maxoff < pc_min || minoff > pc_max) {