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.59 2023/09/23 18:21:12 ad 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.59 2023/09/23 18:21:12 ad Exp $");
86 * uvm_init: init the VM system. called from kern/init_main.c.
90 uvm_init(void) function in typeref:typename:void
99 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 48 milliseconds