Lines Matching refs:step
407 unsigned int step, nr_cpus;
419 unsigned int step, unsigned long newpp)
423 pr_debug("Changing page protection on range 0x%lx-0x%lx, to 0x%lx, step 0x%x\n",
424 start, end, newpp, step);
426 for (idx = start; idx < end; idx += step)
490 change_memory_range(parms->start, parms->end, parms->step, parms->newpp);
503 unsigned int step, shift;
506 step = 1 << shift;
508 start = ALIGN_DOWN(start, step);
509 end = ALIGN(end, step); // aligns up
519 chmem_parms.step = step;
536 change_memory_range(start, end, step, newpp);