> - So why check for it being NULL a few lines above? do you mean this? if (entry->object.uvm_obj) entry->offset += new_adj; /* shift start over */ it can be NULL if !UVM_ET_ISOBJ(entry). YAMAMOTO Takashi