Home
last modified time | relevance | path

Searched refs:SLICE_LOW_TOP (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dslice.h8 #define SLICE_LOW_TOP (0x100000000ull) macro
9 #define SLICE_NUM_LOW (SLICE_LOW_TOP >> SLICE_LOW_SHIFT)
/Linux-v4.19/arch/powerpc/mm/
Dslice.c73 if (start < SLICE_LOW_TOP) { in slice_range_to_mask()
75 (unsigned long)(SLICE_LOW_TOP - 1)); in slice_range_to_mask()
81 if ((start + len) > SLICE_LOW_TOP) { in slice_range_to_mask()
117 start = SLICE_LOW_TOP; in slice_high_has_vma()
136 if (high_limit <= SLICE_LOW_TOP) in slice_mask_for_free()
185 if (start < SLICE_LOW_TOP) { in slice_check_range_fits()
187 (unsigned long)(SLICE_LOW_TOP - 1)); in slice_check_range_fits()
195 if (SLICE_NUM_HIGH && ((start + len) > SLICE_LOW_TOP)) { in slice_check_range_fits()
306 if (addr < SLICE_LOW_TOP) { in slice_scan_available()
313 ((slice + end) << SLICE_HIGH_SHIFT) : SLICE_LOW_TOP; in slice_scan_available()
[all …]
Dhash_utils_64.c1096 if (addr < SLICE_LOW_TOP) { in get_paca_psize()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dslice.h8 #define SLICE_LOW_TOP (0x100000000ul) macro
9 #define SLICE_NUM_LOW (SLICE_LOW_TOP >> SLICE_LOW_SHIFT)