Lines Matching defs:new
1119 trace_spt_change(vgpu->id, "new", spt, spt->guest_page.gfn,
1197 /* Release the new allocated spt. */
1407 struct intel_gvt_gtt_entry old, new;
1414 old.type = new.type = get_entry_type(spt->guest_page.type);
1415 old.val64 = new.val64 = 0;
1420 ops->get_entry(NULL, &new, index, true,
1423 if (old.val64 == new.val64
1429 new.val64, index);
1431 ret = ppgtt_populate_shadow_entry(vgpu, spt, index, &new);
1435 ops->set_entry(oos_page->mem, &new, index, false, 0, vgpu);
1584 * Adding the new entry first and then removing the old one, that can