Home | History | Annotate | Download | only in priv

Lines Matching refs:maxoff

152    .. maxoff requires precise memory exceptions.  If in doubt return
155 guest_s390x_state_requires_precise_mem_exns(Int minoff, Int maxoff)
166 if (maxoff < sp_min || minoff > sp_max) {
174 if (maxoff < lr_min || minoff > lr_max) {
180 if (maxoff < fp_min || minoff > fp_max) {
186 if (maxoff < ia_min || minoff > ia_max) {