Lines Matching +full:128 +full:mb
50 #define DFLDSIZ (128*1024*1024) /* initial data size limit */
56 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */
62 #define SGROWSIZ (128*1024) /* amount to grow stack */
97 * When PAGE_SIZE is 4KB, an allocation size of 16MB is supported in order
99 * cache line contains at most 8 L2 BLOCK entries, collectively mapping 16MB
100 * of physical memory. By reducing the number of distinct 16MB "pages" that
102 * both 2MB page TLB misses and cache misses during the page table walk when
103 * a 2MB page TLB miss does occur.
105 * When PAGE_SIZE is 16KB, an allocation size of 32MB is supported. This
124 * Level 0 reservations consist of 16 pages when PAGE_SIZE is 4KB, and 128
199 /* 128 GiB KASAN shadow map */