HomeSort by: relevance | last modified time | path
    Searched refs:uvm_deviceops (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/uvm/
uvm_object.h 93 extern const struct uvm_pagerops uvm_deviceops;
101 ((uobj)->pgops == &uvm_deviceops)
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);
uvm_pager.c 71 &uvm_deviceops,
  /src/usr.bin/pmap/
main.h 36 extern void *uvm_vnodeops, *uvm_deviceops, *aobj_pager, *ubc_pager;
pmap.h 80 #define UVM_OBJ_IS_DEVICE(uobj) ((uobj)->pgops == uvm_deviceops)
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;

Completed in 25 milliseconds