Home
last modified time | relevance | path

Searched refs:low_slices (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dslice.c50 (int)SLICE_NUM_LOW, &mask->low_slices); in slice_print_mask()
69 ret->low_slices = 0; in slice_range_to_mask()
77 ret->low_slices = (1u << (GET_LOW_SLICE_INDEX(mend) + 1)) in slice_range_to_mask()
128 ret->low_slices = 0; in slice_mask_for_free()
134 ret->low_slices |= 1u << i; in slice_mask_for_free()
183 u64 low_slices = 0; in slice_check_range_fits() local
189 low_slices = (1u << (GET_LOW_SLICE_INDEX(mend) + 1)) in slice_check_range_fits()
192 if ((low_slices & available->low_slices) != low_slices) in slice_check_range_fits()
249 if (!(mask->low_slices & (1u << i))) in slice_convert()
258 old_mask->low_slices &= ~(1u << i); in slice_convert()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dmmu-8xx.h196 u64 low_slices; member
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dmmu.h89 u64 low_slices; member