Lines Matching refs:CS_GPR
1942 #define CS_GPR(x) GEN8_RING_CS_GPR(base, x)
2006 stream, cs, true /* save */, CS_GPR(i),
2021 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS)) + 4;
2025 *cs++ = i915_mmio_reg_offset(CS_GPR(START_TS));
2035 * up the top 32bits of CS_GPR(1) as we're using it for other
2039 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS)) + 4;
2043 *cs++ = i915_mmio_reg_offset(CS_GPR(NOW_TS));
2047 * CS_GPR(1).
2062 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE));
2087 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET));
2089 *cs++ = i915_mmio_reg_offset(CS_GPR(DELTA_TARGET)) + 4;
2105 *cs++ = i915_mmio_reg_offset(CS_GPR(JUMP_PREDICATE));
2125 stream, cs, false /* restore */, CS_GPR(i),