Lines Matching refs:size
219 /* Use the smallest page size that can map the whole TSB
267 printk(KERN_ERR "TSB[%s:%d]: Impossible TSB size %lu, killing process.\n",
355 unsigned long size = 8192 << i;
359 size, size,
383 * When we reach the maximum TSB size supported, we stick ~0UL into
387 * The TSB can be anywhere from 8K to 1MB in size, in increasing powers
388 * of two. The TSB must be aligned to it's size, so f.e. a 512K TSB
483 * One will get in here first, and bump the size and the RSS limit.
572 /* If this is fork, inherit the parent's TSB size. We would
573 * grow it to that size on the first page fault anyways.