Home
last modified time | relevance | path

Searched refs:SLICE_NUM_HIGH (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dslice.c41 (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...]
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dslice.c41 (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()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H A Dslice.h11 #define SLICE_NUM_HIGH (H_PGTABLE_RANGE >> SLICE_HIGH_SHIFT) macro
H A Dmmu-hash.h698 DECLARE_BITMAP(high_slices, SLICE_NUM_HIGH);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dslice.h21 #define SLICE_NUM_HIGH (H_PGTABLE_RANGE >> SLICE_HIGH_SHIFT) macro
H A Dmmu-hash.h710 DECLARE_BITMAP(high_slices, SLICE_NUM_HIGH);

Completed in 6 milliseconds