Lines Matching +full:2 +full:kb
15 * 2. Redistributions in binary form must reproduce the above copyright
85 #define VM_FREEPOOL_DIRECT 2
92 #define VM_NFREELIST 2
97 * When PAGE_SIZE is 4KB, an allocation size of 16MB is supported in order
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
117 * Enable superpage reservations: 2 levels.
120 #define VM_NRESERVLEVEL 2
124 * Level 0 reservations consist of 16 pages when PAGE_SIZE is 4KB, and 128
125 * pages when PAGE_SIZE is 16KB. Level 1 reservations consist of 32 64KB
126 * pages when PAGE_SIZE is 4KB, and 16 2M pages when PAGE_SIZE is 16KB.
150 * split into 2 regions at each end of the 64 bit address space, with an
318 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */