Searched defs:intel_gvt_gtt (Results 1 – 1 of 1) sorted by relevance
85 struct intel_gvt_gtt { struct86 struct intel_gvt_gtt_pte_ops *pte_ops; argument87 struct intel_gvt_gtt_gma_ops *gma_ops; argument88 int (*mm_alloc_page_table)(struct intel_vgpu_mm *mm);89 void (*mm_free_page_table)(struct intel_vgpu_mm *mm);90 struct list_head oos_page_use_list_head;91 struct list_head oos_page_free_list_head;92 struct list_head ppgtt_mm_lru_list_head;94 struct page *scratch_page;95 unsigned long scratch_mfn;