HomeSort by: relevance | last modified time | path
    Searched defs:uvm_init (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_init.c 1 /* $NetBSD: uvm_init.c,v 1.60 2025/11/05 00:39:46 thorpej Exp $ */
27 * from: Id: uvm_init.c,v 1.1.2.3 1998/02/06 05:15:27 chs Exp
31 * uvm_init.c: init the vm system.
35 __KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.60 2025/11/05 00:39:46 thorpej Exp $");
91 * uvm_init: init the VM system. called from kern/init_main.c.
95 uvm_init(void) function in typeref:typename:void
104 panic("uvm_init: page size not set");
  /src/sys/rump/librump/rumpkern/
vm.c 299 uvm_init(void) function in typeref:typename:void
310 panic("uvm_init: invalid RUMP_MEMLIMIT: %s", buf);
327 panic("uvm_init: invalid RUMP_MEMLIMIT: %s", buf);
332 panic("uvm_init: RUMP_MEMLIMIT overflow: %s", buf);
336 panic("uvm_init: system reserves %d bytes of mem, "
343 printf("uvm_init: WARNING: <1MB RAM limit, "

Completed in 12 milliseconds