Lines Matching defs:shift
254 * middle already handled as part of mtt shift calculation for both their start
320 * If we reached the minimum shift for 4k page we stop
362 * If shift is less than the min we set a warning and return the
363 * min shift.
365 pr_warn("umem_calc_optimal_mtt_size - unexpected shift %lld\n", block_shift);
412 int shift;
426 shift = mlx4_ib_umem_calc_optimal_mtt_size(mr->umem, start, &n);
429 convert_access(access_flags), n, shift, &mr->mmr);
442 mr->ibmr.page_size = 1U << shift;
500 int shift;
514 shift = PAGE_SHIFT;
517 virt_addr, length, n, shift,