Home | Sort by: relevance | last modified time | path |
/src/usr.bin/pmap/ | |
main.c | 57 void *uvm_vnodeops, *uvm_deviceops, *aobj_pager, *ubc_pager; variable in typeref:typename:void **** 397 ubc_pager = (void*)ksyms[NL_UBC_PAGER].n_value; |
/src/sys/uvm/ | |
uvm_bio.c | 121 const struct uvm_pagerops ubc_pager = { variable in typeref:typename:const struct uvm_pagerops 181 uvm_obj_init(&ubc_object.uobj, &ubc_pager, true, UVM_OBJ_KERN); |