Lines Matching refs:t1
83 PTR_LA t1, _stext
84 sltu t2, a0, t1 /* t2 = (a0 < _stext) */
85 PTR_LA t1, _etext
86 sltu t3, t1, a0 /* t3 = (a0 > _etext) */
87 or t1, t2, t3
88 beqz t1, ftrace_call
117 PTR_LA t1, ftrace_stub
119 bne t1, t2, static_trace
124 bne t1, t3, ftrace_graph_caller
126 PTR_LA t1, ftrace_graph_entry_stub
128 bne t1, t3, ftrace_graph_caller