Searched refs:uvm_init (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_init.c1 /* $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
99 panic("uvm_init: page size not set");
H A Duvm_extern.h694 /* uvm_init.c */
696 void uvm_init(void);
/netbsd-current/sys/rump/librump/rumpkern/
H A Drump.c283 uvm_init();
H A Dvm.c299 uvm_init(void) function
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, "
/netbsd-current/sys/kern/
H A Dinit_main.c317 uvm_init();
/netbsd-current/share/man/man9/
H A DMakefile994 MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \

Completed in 108 milliseconds