Searched refs:partial_pte (Results 1 – 1 of 1) sorted by relevance
2219 struct intel_gvt_partial_pte *partial_pte, *pos, *n; in emulate_ggtt_mmio_write() local2270 partial_pte = kzalloc(sizeof(*partial_pte), GFP_KERNEL); in emulate_ggtt_mmio_write()2271 if (!partial_pte) in emulate_ggtt_mmio_write()2273 partial_pte->offset = off; in emulate_ggtt_mmio_write()2274 partial_pte->data = e.val64; in emulate_ggtt_mmio_write()2275 list_add_tail(&partial_pte->list, in emulate_ggtt_mmio_write()