Lines Matching refs:SLICE_NUM_HIGH
41 (int)SLICE_NUM_HIGH, mask->high_slices); in slice_print_mask()
66 if (SLICE_NUM_HIGH) in slice_range_to_mask()
67 bitmap_zero(ret->high_slices, SLICE_NUM_HIGH); in slice_range_to_mask()
77 if (SLICE_NUM_HIGH && !slice_addr_is_low(end)) { in slice_range_to_mask()
123 if (SLICE_NUM_HIGH) in slice_mask_for_free()
124 bitmap_zero(ret->high_slices, SLICE_NUM_HIGH); in slice_mask_for_free()
155 if (SLICE_NUM_HIGH && !slice_addr_is_low(end)) { in slice_check_range_fits()
394 if (!SLICE_NUM_HIGH) in slice_copy_mask()
396 bitmap_copy(dst->high_slices, src->high_slices, SLICE_NUM_HIGH); in slice_copy_mask()
404 if (!SLICE_NUM_HIGH) in slice_or_mask()
406 bitmap_or(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_or_mask()
414 if (!SLICE_NUM_HIGH) in slice_andnot_mask()
416 bitmap_andnot(dst->high_slices, src1->high_slices, src2->high_slices, SLICE_NUM_HIGH); in slice_andnot_mask()
621 (SLICE_NUM_HIGH && in slice_get_unmapped_area()
622 !bitmap_empty(potential_mask.high_slices, SLICE_NUM_HIGH))) { in slice_get_unmapped_area()
706 memset(hpsizes, (psize << 4) | psize, SLICE_NUM_HIGH >> 1); in slice_init_new_context_exec()
713 if (SLICE_NUM_HIGH) in slice_init_new_context_exec()
714 bitmap_fill(mask->high_slices, SLICE_NUM_HIGH); in slice_init_new_context_exec()