Home | History | Annotate | Download | only in priv

Lines Matching refs:pc_min

294    Int pc_min = offsetof(VexGuestMIPS32State, guest_PC);
295 Int pc_max = pc_min + 4 - 1;
305 if (maxoff < pc_min || minoff > pc_max) {
329 Int pc_min = offsetof(VexGuestMIPS64State, guest_PC);
330 Int pc_max = pc_min + 8 - 1;
340 if ( maxoff < pc_min || minoff > pc_max ) {