Lines Matching refs:vgpu_vreg_t
237 *cs++ = vgpu_vreg_t(vgpu, mmio->reg) | (mmio->mask << 16); in restore_context_mmio_for_inhibit()
267 *cs++ = vgpu_vreg_t(vgpu, GEN9_GFX_MOCS(index)); in restore_render_mocs_control_for_inhibit()
294 *cs++ = vgpu_vreg_t(vgpu, GEN9_LNCFCMOCS(index)); in restore_render_mocs_l3cc_for_inhibit()
400 vgpu_vreg_t(vgpu, reg) = 0; in handle_tlb_pending_event()
434 old_v = vgpu_vreg_t(pre, offset); in switch_mocs()
438 new_v = vgpu_vreg_t(next, offset); in switch_mocs()
452 old_v = vgpu_vreg_t(pre, l3_offset); in switch_mocs()
456 new_v = vgpu_vreg_t(next, l3_offset); in switch_mocs()
507 vgpu_vreg_t(pre, mmio->reg) = in switch_mmio()
510 vgpu_vreg_t(pre, mmio->reg) &= in switch_mmio()
512 old_v = vgpu_vreg_t(pre, mmio->reg); in switch_mmio()
531 new_v = vgpu_vreg_t(next, mmio->reg) | in switch_mmio()
534 new_v = vgpu_vreg_t(next, mmio->reg); in switch_mmio()