Lines Matching refs:seghi
1166 Seg *seglo, *seghi;
1182 seghi = get_Seg_containing_addr( e );
1184 tl_assert( BOTTOM != seghi && NONPTR != seghi );
1187 if (is_known_segment(seglo) && is_known_segment(seghi)
1188 && seglo != seghi) {
1189 h_record_sysparam_error(tid, part, str, s, e, seglo, seghi);
1193 if (is_known_segment(seglo) && !is_known_segment(seghi)) {
1198 if (!is_known_segment(seglo) && is_known_segment(seghi)) {
1199 h_record_sysparam_error(tid, part, str, s, e, UNKNOWN, seghi);