Home
last modified time | relevance | path

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

/netbsd/sys/uvm/
H A Duvm_object.h100 #define UVM_OBJ_IS_DEVICE(uobj) \ macro
H A Duvm_coredump.c144 UVM_OBJ_IS_DEVICE(entry->object.uvm_obj)) { in uvm_coredump_walkmap()
H A Duvm_mmap.c192 if (UVM_OBJ_IS_DEVICE(entry->object.uvm_obj)) { in sys_mincore()
H A Duvm_map.c5280 } else if (UVM_OBJ_IS_DEVICE(uobj)) { in fill_vmentry()
/netbsd/usr.bin/pmap/
H A Dpmap.h80 #define UVM_OBJ_IS_DEVICE(uobj) ((uobj)->pgops == uvm_deviceops) macro
H A Dpmap.c784 else if (UVM_OBJ_IS_DEVICE(D(uvm_obj, uvm_object))) { in findname()