Searched refs:UVM_OBJ_IS_PMAP (Results 1 – 2 of 2) sorted by relevance
108 #define UVM_OBJ_IS_PMAP(uobj) \ macro115 (UVM_OBJ_IS_PMAP(uobj) || UVM_OBJ_IS_BUFCACHE(uobj))
955 (pg->uobject == NULL || !UVM_OBJ_IS_PMAP(pg->uobject))) in uvm_pageclean()