Lines Matching refs:trace
1816 vgpu_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1818 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
1831 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
1836 gen2_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1844 gen5_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \
1879 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \
1911 fwtable_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) \
1937 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \
1944 gen2_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
1952 gen5_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
1976 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \
1988 gen6_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
2001 fwtable_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
2027 vgpu_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \
2028 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \