Lines Matching refs:minoff
145 /* Figure out if any part of the guest state contained in minoff
149 guest_s390x_state_requires_precise_mem_exns(Int minoff, Int maxoff)
160 if (maxoff < lr_min || minoff > lr_max) {
166 if (maxoff < sp_min || minoff > sp_max) {
172 if (maxoff < fp_min || minoff > fp_max) {
178 if (maxoff < ia_min || minoff > ia_max) {