Searched refs:SLICE_NUM_HIGH (Results 1 – 4 of 4) sorted by relevance
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()[all …]
13 #define SLICE_NUM_HIGH 0ul macro
13 #define SLICE_NUM_HIGH (H_PGTABLE_RANGE >> SLICE_HIGH_SHIFT) macro
90 DECLARE_BITMAP(high_slices, SLICE_NUM_HIGH);