Searched refs:SLICE_LOW_TOP (Results 1 – 4 of 4) sorted by relevance
8 #define SLICE_LOW_TOP (0x100000000ull) macro9 #define SLICE_NUM_LOW (SLICE_LOW_TOP >> SLICE_LOW_SHIFT)
73 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 …]
1096 if (addr < SLICE_LOW_TOP) { in get_paca_psize()
8 #define SLICE_LOW_TOP (0x100000000ul) macro9 #define SLICE_NUM_LOW (SLICE_LOW_TOP >> SLICE_LOW_SHIFT)