ctx_status_ptr    132 drivers/gpu/drm/i915/gvt/execlist.c 	struct execlist_context_status_pointer_format ctx_status_ptr;
ctx_status_ptr    143 drivers/gpu/drm/i915/gvt/execlist.c 	ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg);
ctx_status_ptr    145 drivers/gpu/drm/i915/gvt/execlist.c 	write_pointer = ctx_status_ptr.write_ptr;
ctx_status_ptr    159 drivers/gpu/drm/i915/gvt/execlist.c 	ctx_status_ptr.write_ptr = write_pointer;
ctx_status_ptr    160 drivers/gpu/drm/i915/gvt/execlist.c 	vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw;
ctx_status_ptr    511 drivers/gpu/drm/i915/gvt/execlist.c 	struct execlist_context_status_pointer_format ctx_status_ptr;
ctx_status_ptr    523 drivers/gpu/drm/i915/gvt/execlist.c 	ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg);
ctx_status_ptr    524 drivers/gpu/drm/i915/gvt/execlist.c 	ctx_status_ptr.read_ptr = 0;
ctx_status_ptr    525 drivers/gpu/drm/i915/gvt/execlist.c 	ctx_status_ptr.write_ptr = 0x7;
ctx_status_ptr    526 drivers/gpu/drm/i915/gvt/execlist.c 	vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw;