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

  /src/sys/uvm/
uvm_init.c 48 #include <uvm/uvm.h>
49 #include <uvm/uvm_pdpolicy.h>
50 #include <uvm/uvm_physseg.h>
51 #include <uvm/uvm_readahead.h>
52 #include <uvm/uvm_rndsource.h>
55 * struct uvm: we store most global vars in this structure to make them
59 struct uvm uvm; /* decl */ variable in typeref:struct:uvm
95 * Ensure that the hardware set the page size, zero the UVM structure
    [all...]
uvm.h 1 /* $NetBSD: uvm.h,v 1.78 2023/07/17 12:55:37 riastradh Exp $ */
27 * from: Id: uvm.h,v 1.1.2.14 1998/02/02 20:07:19 chuck Exp
40 #include <uvm/uvm_extern.h>
43 #include <uvm/uvm_stat.h>
50 #include <uvm/uvm_amap.h>
51 #include <uvm/uvm_aobj.h>
52 #include <uvm/uvm_fault.h>
53 #include <uvm/uvm_glue.h>
54 #include <uvm/uvm_km.h>
55 #include <uvm/uvm_loan.h
99 struct uvm { struct
    [all...]
  /src/tests/sys/uvm/
t_uvm_physseg.c 84 #include <uvm/uvm_physseg.h>
85 #include <uvm/uvm_page.h>
124 * uvm structure borrowed from uvm.h
127 * uses only necessary fields from the original uvm struct.
128 * See uvm/uvm.h for the full struct.
131 struct uvm { struct
135 } uvm; variable in typeref:struct:uvm
193 #include "uvm/uvm_physseg.c
    [all...]
t_uvm_physseg_load.c 84 #include <uvm/uvm_physseg.h>
85 #include <uvm/uvm_page.h>
128 * uvm structure borrowed from uvm.h
131 * uses only necessary fields from the original uvm struct.
132 * See uvm/uvm.h for the full struct.
135 struct uvm { struct
139 } uvm; variable in typeref:struct:uvm
171 #include "uvm/uvm_physseg.c
    [all...]
  /src/sys/rump/librump/rumpkern/
vm.c 73 #include <uvm/uvm.h>
74 #include <uvm/uvm_ddb.h>
75 #include <uvm/uvm_pdpolicy.h>
76 #include <uvm/uvm_prot.h>
77 #include <uvm/uvm_readahead.h>
78 #include <uvm/uvm_device.h>
89 struct uvm uvm; variable in typeref:struct:uvm
674 bool ispagedaemon = curlwp == uvm.pagedaemon_lwp
    [all...]

Completed in 35 milliseconds