Searched refs:gfn_cache (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c230 struct rb_node *node = vgpu->gfn_cache.rb_node;
262 /* gfn_cache maps gfn to struct gvt_dma. */
263 link = &vgpu->gfn_cache.rb_node;
274 rb_insert_color(&new->gfn_node, &vgpu->gfn_cache);
298 rb_erase(&entry->gfn_node, &vgpu->gfn_cache);
311 node = rb_first(&vgpu->gfn_cache);
325 vgpu->gfn_cache = RB_ROOT;
710 vgpu->gfn_cache = RB_ROOT;
H A Dgvt.h230 struct rb_root gfn_cache; member in struct:intel_vgpu

Completed in 134 milliseconds