Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/mm/book3s64/
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()
394 if (!SLICE_NUM_HIGH) in slice_copy_mask()
404 if (!SLICE_NUM_HIGH) in slice_or_mask()
414 if (!SLICE_NUM_HIGH) in slice_andnot_mask()
621 (SLICE_NUM_HIGH && in slice_get_unmapped_area()
[all …]
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dslice.h21 #define SLICE_NUM_HIGH (H_PGTABLE_RANGE >> SLICE_HIGH_SHIFT) macro
A Dmmu-hash.h710 DECLARE_BITMAP(high_slices, SLICE_NUM_HIGH);

Completed in 11 milliseconds