execlist.c | 139 u32 ctx_status_ptr_reg, ctx_status_buf_reg, offset; local in function:emulate_csb_update 143 ctx_status_ptr_reg = execlist_ring_mmio(vgpu->gvt, ring_id, 148 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); 165 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; 517 u32 ctx_status_ptr_reg; local in function:init_vgpu_execlist 526 ctx_status_ptr_reg = execlist_ring_mmio(vgpu->gvt, ring_id, 528 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); 531 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw;
|