Lines Matching +full:1 +full:kb
13 * 1. Redistributions of source code must retain the above copyright
47 #define MAXTSIZ (1*1024*1024*1024) /* max text size */
53 #define MAXDSIZ (1*1024*1024*1024) /* max data size */
59 #define MAXSSIZ (1*1024*1024*1024) /* max stack size */
84 #define VM_FREEPOOL_DEFAULT 1
94 #define VM_FREELIST_DMA32 1
97 * When PAGE_SIZE is 4KB, an allocation size of 16MB is supported in order
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
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.
215 #define ADDR_IS_KERNEL(addr) (((addr) & (1ul << 55)) == (1ul << 55))
256 #define PMAP_HAS_DMAP 1
287 #define VM_KMEM_SIZE_SCALE (1)
296 VM_MIN_KERNEL_ADDRESS + 1) * 3 / 5)
318 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */
325 #define PMAP_HAS_LARGEPAGES 1
330 #define MINIDUMP_PAGE_TRACKING 1
331 #define MINIDUMP_STARTUP_PAGE_TRACKING 1