Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dslice.c85 if (start < SLICE_LOW_TOP) { in slice_range_to_mask()
86 unsigned long mend = min(end, SLICE_LOW_TOP); in slice_range_to_mask()
87 unsigned long mstart = min(start, SLICE_LOW_TOP); in slice_range_to_mask()
93 if ((start + len) > SLICE_LOW_TOP) in slice_range_to_mask()
126 start = SLICE_LOW_TOP; in slice_high_has_vma()
140 if (mm->task_size <= SLICE_LOW_TOP) in slice_mask_for_free()
253 if (addr < SLICE_LOW_TOP) { in slice_scan_available()
260 ((slice + end) << SLICE_HIGH_SHIFT) : SLICE_LOW_TOP; in slice_scan_available()
572 if (addr < SLICE_LOW_TOP) { in get_slice_psize()
Dhash_utils_64.c879 if (addr < SLICE_LOW_TOP) { in get_paca_psize()
/arch/powerpc/include/asm/
Dpage_64.h94 #define SLICE_LOW_TOP (0x100000000ul) macro
95 #define SLICE_NUM_LOW (SLICE_LOW_TOP >> SLICE_LOW_SHIFT)