Searched refs:SLICE_LOW_TOP (Results 1 – 3 of 3) sorted by relevance
78 if (start < SLICE_LOW_TOP) { in slice_range_to_mask()79 unsigned long mend = min(end, SLICE_LOW_TOP); in slice_range_to_mask()80 unsigned long mstart = min(start, SLICE_LOW_TOP); in slice_range_to_mask()86 if ((start + len) > SLICE_LOW_TOP) in slice_range_to_mask()119 start = SLICE_LOW_TOP; in slice_high_has_vma()133 if (mm->task_size <= SLICE_LOW_TOP) in slice_mask_for_free()253 if (addr < SLICE_LOW_TOP) in slice_find_area_bottomup()324 if (addr < SLICE_LOW_TOP) in slice_find_area_topdown()327 addr = SLICE_LOW_TOP; in slice_find_area_topdown()593 if (addr < SLICE_LOW_TOP) { in get_slice_psize()[all …]
794 if (addr < SLICE_LOW_TOP) { in get_paca_psize()
102 #define SLICE_LOW_TOP (0x100000000ul) macro103 #define SLICE_NUM_LOW (SLICE_LOW_TOP >> SLICE_LOW_SHIFT)