Lines Matching refs:SLICE_NUM_HIGH
52 (int)SLICE_NUM_HIGH, mask->high_slices); in slice_print_mask()
70 if (SLICE_NUM_HIGH) in slice_range_to_mask()
71 bitmap_zero(ret->high_slices, SLICE_NUM_HIGH); in slice_range_to_mask()
129 if (SLICE_NUM_HIGH) in slice_mask_for_free()
130 bitmap_zero(ret->high_slices, SLICE_NUM_HIGH); in slice_mask_for_free()
195 if (SLICE_NUM_HIGH && ((start + len) > SLICE_LOW_TOP)) { in slice_check_range_fits()
437 if (!SLICE_NUM_HIGH) in slice_copy_mask()
439 bitmap_copy(dst->high_slices, src->high_slices, SLICE_NUM_HIGH); in slice_copy_mask()
447 if (!SLICE_NUM_HIGH) in slice_or_mask()
449 bitmap_or(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_or_mask()
457 if (!SLICE_NUM_HIGH) in slice_andnot_mask()
459 bitmap_andnot(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_andnot_mask()
665 (SLICE_NUM_HIGH && in slice_get_unmapped_area()
666 !bitmap_empty(potential_mask.high_slices, SLICE_NUM_HIGH))) { in slice_get_unmapped_area()
749 memset(hpsizes, (psize << 4) | psize, SLICE_NUM_HIGH >> 1); in slice_init_new_context_exec()
756 if (SLICE_NUM_HIGH) in slice_init_new_context_exec()
757 bitmap_fill(mask->high_slices, SLICE_NUM_HIGH); in slice_init_new_context_exec()