Searched refs:SLICE_NUM_HIGH (Results 1 – 4 of 4) sorted by relevance
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()398 if (!SLICE_NUM_HIGH) in slice_copy_mask()400 bitmap_copy(dst->high_slices, src->high_slices, SLICE_NUM_HIGH); in slice_copy_mask()408 if (!SLICE_NUM_HIGH) in slice_or_mask()[all …]
13 #define SLICE_NUM_HIGH 0ul macro
11 #define SLICE_NUM_HIGH (H_PGTABLE_RANGE >> SLICE_HIGH_SHIFT) macro
695 DECLARE_BITMAP(high_slices, SLICE_NUM_HIGH);