Home | History | Annotate | Download | only in priv

Lines Matching refs:sp_min

1053    Int sp_min = offsetof(VexGuestARMState, guest_R13);
1054 Int sp_max = sp_min + 4 - 1;
1058 if (maxoff < sp_min || minoff > sp_max) {