Home
last modified time | relevance | path

Searched refs:UVM_OBJ_IS_PMAP (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_object.h108 #define UVM_OBJ_IS_PMAP(uobj) \ macro
115 (UVM_OBJ_IS_PMAP(uobj) || UVM_OBJ_IS_BUFCACHE(uobj))
H A Duvm_page.c956 (pg->uobject == NULL || !UVM_OBJ_IS_PMAP(pg->uobject))) in uvm_pageclean()