Home | Sort by: relevance | last modified time | path |
/src/sys/uvm/ | |
uvm_param.h | 151 extern const int *const uvmexp_pagesize; 154 #define PAGE_SIZE (*uvmexp_pagesize) /* size of page */ |
uvm_init.c | 64 const int * const uvmexp_pagesize = &uvmexp.pagesize; variable in typeref:typename:const int * const |
/src/sys/rump/librump/rumpkern/ | |
vm.c | 92 const int * const uvmexp_pagesize = &uvmexp.pagesize; variable in typeref:typename:const int * const |