Home | History | Annotate | Download | only in priv

Lines Matching refs:pc_min

296    Int pc_min = offsetof(VexGuestMIPS32State, guest_PC);
297 Int pc_max = pc_min + 4 - 1;
307 if (maxoff < pc_min || minoff > pc_max) {
333 Int pc_min = offsetof(VexGuestMIPS64State, guest_PC);
334 Int pc_max = pc_min + 8 - 1;
344 if ( maxoff < pc_min || minoff > pc_max ) {