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 *** 396 aobj_pager = (void*)ksyms[NL_AOBJ_PAGER].n_value; |
/src/sys/uvm/ | |
uvm_aobj.c | 171 * aobj_pager 176 const struct uvm_pagerops aobj_pager = { variable in typeref:typename:const struct uvm_pagerops 496 uvm_obj_init(&aobj->u_obj, &aobj_pager, !kernobj, refs); |