Home | Sort by: relevance | last modified time | path |
/src/sys/uvm/ | |
uvm_param.h | 152 extern const int *const uvmexp_pagemask; 155 #define PAGE_MASK (*uvmexp_pagemask) /* size of page - 1 */ |
uvm_init.c | 65 const int * const uvmexp_pagemask = &uvmexp.pagemask; variable in typeref:typename:const int * const |
/src/sys/rump/librump/rumpkern/ | |
vm.c | 93 const int * const uvmexp_pagemask = &uvmexp.pagemask; variable in typeref:typename:const int * const |