Home | Sort by: relevance | last modified time | path |
/src/sys/uvm/ | |
uvm_device.c | 74 const struct uvm_pagerops uvm_deviceops = { variable in typeref:typename:const struct uvm_pagerops 243 uvm_obj_init(&udv->u_obj, &uvm_deviceops, true, 1); |
/src/usr.bin/pmap/ | |
main.c | 57 void *uvm_vnodeops, *uvm_deviceops, *aobj_pager, *ubc_pager; variable in typeref:typename:void ** 395 uvm_deviceops = (void*)ksyms[NL_UVM_DEVICEOPS].n_value; |