Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/mm/
Dslice.c78 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 …]
Dhash_utils_64.c811 if (addr < SLICE_LOW_TOP) { in get_paca_psize()
/linux-3.4.99/arch/powerpc/include/asm/
Dpage_64.h74 #define SLICE_LOW_TOP (0x100000000ul) macro
75 #define SLICE_NUM_LOW (SLICE_LOW_TOP >> SLICE_LOW_SHIFT)