Home | History | Annotate | Download | only in priv

Lines Matching refs:maxoff

283    .. maxoff requires precise memory exceptions.  If in doubt return
290 Bool guest_mips32_state_requires_precise_mem_exns(Int minoff, Int maxoff)
297 if (maxoff < sp_min || minoff > sp_max) {
305 if (maxoff < pc_min || minoff > pc_max) {
316 if (maxoff < fp_min || minoff > fp_max) {
325 Bool guest_mips64_state_requires_precise_mem_exns ( Int minoff, Int maxoff )
332 if ( maxoff < sp_min || minoff > sp_max ) {
340 if ( maxoff < pc_min || minoff > pc_max ) {
349 if ( maxoff < fp_min || minoff > fp_max ) {