Searched refs:partial_pte (Results 1 – 1 of 1) sorted by relevance
2226 struct intel_gvt_partial_pte *partial_pte, *pos, *n; in emulate_ggtt_mmio_write() local2277 partial_pte = kzalloc(sizeof(*partial_pte), GFP_KERNEL); in emulate_ggtt_mmio_write()2278 if (!partial_pte) in emulate_ggtt_mmio_write()2280 partial_pte->offset = off; in emulate_ggtt_mmio_write()2281 partial_pte->data = e.val64; in emulate_ggtt_mmio_write()2282 list_add_tail(&partial_pte->list, in emulate_ggtt_mmio_write()