Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
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()
398 if (!SLICE_NUM_HIGH) in slice_copy_mask()
408 if (!SLICE_NUM_HIGH) in slice_or_mask()
418 if (!SLICE_NUM_HIGH) in slice_andnot_mask()
625 (SLICE_NUM_HIGH && in slice_get_unmapped_area()
[all …]
/linux/arch/powerpc/include/asm/book3s/64/
A Dslice.h11 #define SLICE_NUM_HIGH (H_PGTABLE_RANGE >> SLICE_HIGH_SHIFT) macro
A Dmmu-hash.h703 DECLARE_BITMAP(high_slices, SLICE_NUM_HIGH);

Completed in 7 milliseconds