Lines Matching full:1024
47 #define MAXTSIZ (128UL*1024*1024) /* max text size */
49 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */
52 #define MAXDSIZ (512UL*1024*1024) /* max data size */
55 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */
58 #define MAXSSIZ (64UL*1024*1024) /* max stack size */
61 #define SGROWSIZ (128UL*1024) /* amount to grow stack */
130 * used, and 1024 pages otherwise.
145 #define KERNLOAD (8 * 1024 * 1024)
155 #define VM_MAX_KERNEL_ADDRESS (0xffffffffU - 16 * 1024 * 1024 + 1)
164 #define VM_MAXUSER_ADDRESS (0xffffffff - 4 * 1024 * 1024 + 1)
175 #define PMAP_MAP_LOW (4 * 1024 * 1024)
208 #define VM_KMEM_SIZE_MIN (12 * 1024 * 1024)
225 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */