Home
last modified time | relevance | path

Searched refs:uvm_deviceops (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_object.h93 extern const struct uvm_pagerops uvm_deviceops;
101 ((uobj)->pgops == &uvm_deviceops)
H A Duvm_device.c74 const struct uvm_pagerops uvm_deviceops = { variable
243 uvm_obj_init(&udv->u_obj, &uvm_deviceops, true, 1); in udv_attach()
H A Duvm_pager.c71 &uvm_deviceops,
/netbsd-src/usr.bin/pmap/
H A Dmain.h36 extern void *uvm_vnodeops, *uvm_deviceops, *aobj_pager, *ubc_pager;
H A Dmain.c57 void *uvm_vnodeops, *uvm_deviceops, *aobj_pager, *ubc_pager; variable
395 uvm_deviceops = (void*)ksyms[NL_UVM_DEVICEOPS].n_value; in load_symbols()
H A Dpmap.h80 #define UVM_OBJ_IS_DEVICE(uobj) ((uobj)->pgops == uvm_deviceops)