Lines Matching refs:trace
1132 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
1137 gen2_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1145 gen5_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1178 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
1210 func##_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1240 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \
1247 gen2_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
1255 gen5_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
1278 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \
1289 gen6_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
1302 func##_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \