Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/book3s64/ !
Dslice.c39 (int)SLICE_NUM_LOW, &mask->low_slices); in slice_print_mask()
65 ret->low_slices = 0; in slice_range_to_mask()
73 ret->low_slices = (1u << (GET_LOW_SLICE_INDEX(mend) + 1)) in slice_range_to_mask()
122 ret->low_slices = 0; in slice_mask_for_free()
128 ret->low_slices |= 1u << i; in slice_mask_for_free()
143 u64 low_slices = 0; in slice_check_range_fits() local
149 low_slices = (1u << (GET_LOW_SLICE_INDEX(mend) + 1)) in slice_check_range_fits()
152 if ((low_slices & available->low_slices) != low_slices) in slice_check_range_fits()
209 if (!(mask->low_slices & (1u << i))) in slice_convert()
218 old_mask->low_slices &= ~(1u << i); in slice_convert()
[all …]
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ !
Dmmu-hash.h709 u64 low_slices; member