Home | History | Annotate | Download | only in uvm

Lines Matching defs:uvm

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 */
95 * Ensure that the hardware set the page size, zero the UVM structure.
102 memset(&uvm, 0, sizeof(uvm));