Home
last modified time | relevance | path

Searched refs:UVM_OBJ_IS_KERN_OBJECT (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_object.h81 #define UVM_OBJ_IS_KERN_OBJECT(uobj) \ macro
H A Duvm_aobj.c791 if (UVM_OBJ_IS_KERN_OBJECT(uobj)) in uao_reference()
810 if (UVM_OBJ_IS_KERN_OBJECT(uobj)) in uao_detach()
H A Duvm_page.c902 (obj != NULL && UVM_OBJ_IS_KERN_OBJECT(obj))) in uvm_pagealloc()
H A Duvm_map.c1120 KASSERT(UVM_OBJ_IS_KERN_OBJECT(uobj)); in uvm_map()
1874 UVM_OBJ_IS_KERN_OBJECT(entry->object.uvm_obj)) { in uvm_unmap_kill_entry_withlock()
2917 if (UVM_OBJ_IS_KERN_OBJECT(uobj)) in uvm_object_printit()