Lines Matching refs:high_slices
41 #error PGTABLE_RANGE exceeds slice_mask high_slices size
64 *(p++) = (mask.high_slices & (1ul << i)) ? '1' : '0'; in slice_print_mask()
94 ret.high_slices = (1ul << (GET_HIGH_SLICE_INDEX(end) + 1)) in slice_range_to_mask()
145 ret.high_slices |= 1ul << i; in slice_mask_for_free()
168 ret.high_slices |= 1ul << i; in slice_mask_for_size()
177 (mask.high_slices & available.high_slices) == mask.high_slices; in slice_check_fit()
225 if (mask.high_slices & (1ul << i)) in slice_convert()
261 return !!(available.high_slices & (1ul << slice)); in slice_scan_available()
370 (dst).high_slices |= (src).high_slices; \
375 (dst).high_slices &= ~(src).high_slices; \
537 if (mask.low_slices || mask.high_slices) { in slice_get_unmapped_area()