Lines Matching full:segmap
294 static struct seg *segmap = &kmapseg; /* easier to use name for in here */ variable
431 * | segmap |
491 * ekernelheap: end of kernelheap and start of segmap.
497 * segmap_start: start of segmap. The length of segmap can be modified
505 * sizes for different memory configurations (assuming default segmap and
1776 * Establish the final size of the kernel's heap, size of segmap, segkp, etc.
1856 * size of segmap. in layout_kernel_va()
2049 * Now create segmap segment. in startup_vm()
2052 if (seg_attach(&kas, (caddr_t)segmap_start, segmapsize, segmap) < 0) { in startup_vm()
2053 panic("cannot attach segmap"); in startup_vm()
2056 PRM_DEBUG(segmap); in startup_vm()
2062 if (segmap_create(segmap, (caddr_t)&a) != 0) in startup_vm()
2063 panic("segmap_create segmap"); in startup_vm()
2985 segmapfreelists = 0; /* use segmap driver default */ in get_system_configuration()