HomeSort by: relevance | last modified time | path
    Searched defs:shadow_ring_context (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
scheduler.c 68 struct execlist_ring_context *shadow_ring_context; local in function:update_shadow_pdps
78 shadow_ring_context = kmap(page);
79 set_context_pdp_root_pointer(shadow_ring_context,
139 struct execlist_ring_context *shadow_ring_context; local in function:populate_shadow_context
146 shadow_ring_context = kmap(page);
148 sr_oa_regs(workload, (u32 *)shadow_ring_context, true);
151 + RING_CTX_OFF(name.val), &shadow_ring_context->name.val, 4)
155 &shadow_ring_context->name.val, 4);\
156 shadow_ring_context->name.val |= 0xffff << 16;\
172 sizeof(*shadow_ring_context),
533 struct execlist_ring_context *shadow_ring_context = local in function:update_wa_ctx_2_shadow_ctx
793 struct execlist_ring_context *shadow_ring_context; local in function:update_guest_context
    [all...]
scheduler.c 68 struct execlist_ring_context *shadow_ring_context; local in function:update_shadow_pdps
78 shadow_ring_context = kmap(page);
79 set_context_pdp_root_pointer(shadow_ring_context,
139 struct execlist_ring_context *shadow_ring_context; local in function:populate_shadow_context
146 shadow_ring_context = kmap(page);
148 sr_oa_regs(workload, (u32 *)shadow_ring_context, true);
151 + RING_CTX_OFF(name.val), &shadow_ring_context->name.val, 4)
155 &shadow_ring_context->name.val, 4);\
156 shadow_ring_context->name.val |= 0xffff << 16;\
172 sizeof(*shadow_ring_context),
533 struct execlist_ring_context *shadow_ring_context = local in function:update_wa_ctx_2_shadow_ctx
793 struct execlist_ring_context *shadow_ring_context; local in function:update_guest_context
    [all...]

Completed in 49 milliseconds