Home | Sort by: relevance | last modified time | path |
/src/sys/uvm/ | |
uvm_param.h | 153 extern const int *const uvmexp_pageshift; 156 #define PAGE_SHIFT (*uvmexp_pageshift) /* bits to shift for pages */ |
uvm_init.c | 66 const int * const uvmexp_pageshift = &uvmexp.pageshift; variable in typeref:typename:const int * const |
/src/sys/rump/librump/rumpkern/ | |
vm.c | 94 const int * const uvmexp_pageshift = &uvmexp.pageshift; variable in typeref:typename:const int * const |