HomeSort by: relevance | last modified time | path
    Searched refs:pdps (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.h 155 * The 4 PDPs in ring context. For 48bit addressing,
157 * addressing, all 4 are used as true PDPs.
174 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
270 u64 pdps[]);
273 enum intel_gvt_gtt_type root_entry_type, u64 pdps[]);
275 int intel_vgpu_put_ppgtt_mm(struct intel_vgpu *vgpu, u64 pdps[]);
execlist.h 154 * pdps[8]={ pdp3_UDW, pdp3_LDW, pdp2_UDW, pdp2_LDW,
157 struct execlist_mmio_pair pdps[8]; member in struct:execlist_ring_context
gtt.c 1876 * @pdps: guest pdps.
1884 enum intel_gvt_gtt_type root_entry_type, u64 pdps[])
1904 mm->ppgtt_mm.guest_pdps[0] = pdps[0];
1906 memcpy(mm->ppgtt_mm.guest_pdps, pdps,
2593 * @pdps: pdp root array
2601 u64 pdps[])
2611 if (pdps[0] == mm->ppgtt_mm.guest_pdps[0])
2615 if (!memcmp(pdps, mm->ppgtt_mm.guest_pdps,
2630 * @pdps: guest pdp
    [all...]
scheduler.c 61 ring_context->pdps[i].val = pdp[7 - i];
1406 gpa = ring_context_gpa + RING_CTX_OFF(pdps[0].val);
1419 u64 pdps[GVT_RING_CTX_NR_PDPS]; local in function:prepare_mm
1433 read_guest_pdps(workload->vgpu, workload->ring_context_gpa, (void *)pdps);
1435 mm = intel_vgpu_get_ppgtt_mm(workload->vgpu, root_entry_type, pdps);
handlers.c 1226 u64 *pdps; local in function:handle_g2v_notification
1228 pdps = (u64 *)&vgpu_vreg64_t(vgpu, vgtif_reg(pdp[0]));
1235 mm = intel_vgpu_get_ppgtt_mm(vgpu, root_entry_type, pdps);
1239 return intel_vgpu_put_ppgtt_mm(vgpu, pdps);

Completed in 19 milliseconds