Lines Matching defs:shift
43 * @shift: page shift for the compound pages found in the region
49 int *count, int *shift,
100 *shift = PAGE_SHIFT + m;
121 int shift = page_shift - PAGE_SHIFT;
122 int mask = (1 << shift) - 1;
136 if (i + len < offset << shift) {
142 if (i < offset << shift) {
143 k = (offset << shift) - i;
144 i = offset << shift;
153 idx = (i >> shift) - offset;
157 i >> shift, be64_to_cpu(pas[idx]));
162 if (i >> shift >= offset + num_pages)