Lines Matching defs:shift
622 * @page_shift: maximum shift that the pages may be mapped with, @pages must
623 * be aligned and contiguous up to at least this shift.
2571 unsigned long align, unsigned long shift, unsigned long flags,
2580 size = ALIGN(size, 1ul << shift);
3245 unsigned int shift = PAGE_SHIFT;
3271 shift = PMD_SHIFT;
3273 shift = arch_vmap_pte_supported_shift(size_per_node);
3275 align = max(real_align, 1UL << shift);
3276 size = ALIGN(real_size, 1UL << shift);
3280 area = __get_vm_area_node(real_size, align, shift, VM_ALLOC |
3320 ret = __vmalloc_area_node(area, gfp_mask, prot, shift, node);
3353 if (shift > PAGE_SHIFT) {
3354 shift = PAGE_SHIFT;