/src/sys/uvm/ |
uvm_km.c | 87 * kmem_arena => used for kmem/pool (memoryallocators(9)) 92 * The kmem_arena is a "special submap", as it lives in a fixed map entry 127 * kmem_arena: 137 * compensates this by importing larger chunks from kmem_arena. 148 * kmem_arena 166 * Defaults for lower and upper-bounds for the kmem_arena page count. 209 vmem_t *kmem_arena = NULL; variable in typeref:typename:vmem_t * 214 * kmeminit_nkmempages: calculate the size of kmem_arena. 347 kmem_arena = vmem_init(&kmem_arena_store, "kmem", 352 * kmem_arena VA allocations happen independently of uvm_map [all...] |
uvm_km.c | 87 * kmem_arena => used for kmem/pool (memoryallocators(9)) 92 * The kmem_arena is a "special submap", as it lives in a fixed map entry 127 * kmem_arena: 137 * compensates this by importing larger chunks from kmem_arena. 148 * kmem_arena 166 * Defaults for lower and upper-bounds for the kmem_arena page count. 209 vmem_t *kmem_arena = NULL; variable in typeref:typename:vmem_t * 214 * kmeminit_nkmempages: calculate the size of kmem_arena. 347 kmem_arena = vmem_init(&kmem_arena_store, "kmem", 352 * kmem_arena VA allocations happen independently of uvm_map [all...] |
/src/sys/rump/librump/rumpkern/ |
vm.c | 106 vmem_t *kmem_arena; variable in typeref:typename:vmem_t * 397 kmem_arena = vmem_create("kmem", 0, 1024*1024, PAGE_SIZE, 401 vmem_subsystem_init(kmem_arena); 404 vmem_alloc, vmem_free, kmem_arena,
|
vm.c | 106 vmem_t *kmem_arena; variable in typeref:typename:vmem_t * 397 kmem_arena = vmem_create("kmem", 0, 1024*1024, PAGE_SIZE, 401 vmem_subsystem_init(kmem_arena); 404 vmem_alloc, vmem_free, kmem_arena,
|