Home | History | Annotate | Download | only in priv

Lines Matching refs:pc_min

1309    Int pc_min  = offsetof(VexGuestARM64State, guest_PC);
1310 Int pc_max = pc_min + 8 - 1;
1320 if (maxoff < pc_min || minoff > pc_max) {