Searched refs:partial_pte (Results 1 – 1 of 1) sorted by relevance
2263 struct intel_gvt_partial_pte *partial_pte, *pos, *n; in emulate_ggtt_mmio_write() local2314 partial_pte = kzalloc(sizeof(*partial_pte), GFP_KERNEL); in emulate_ggtt_mmio_write()2315 if (!partial_pte) in emulate_ggtt_mmio_write()2317 partial_pte->offset = off; in emulate_ggtt_mmio_write()2318 partial_pte->data = e.val64; in emulate_ggtt_mmio_write()2319 list_add_tail(&partial_pte->list, in emulate_ggtt_mmio_write()