Home | History | Annotate | Download | only in priv

Lines Matching refs:pc_min

1326    Int pc_min  = offsetof(VexGuestARM64State, guest_PC);
1327 Int pc_max = pc_min + 8 - 1;
1337 if (maxoff < pc_min || minoff > pc_max) {