Lines Matching refs:x0
101 adrp x0, ftrace_trace_function
102 ldr x2, [x0, #:lo12:ftrace_trace_function]
103 adr x0, ftrace_stub
104 cmp x0, x2 // if (ftrace_trace_function
107 mcount_get_pc x0 // function's pc
120 cmp x0, x2 // if ((ftrace_graph_return
124 adrp x0, ftrace_graph_entry_stub // != ftrace_graph_entry_stub))
126 add x0, x0, #:lo12:ftrace_graph_entry_stub
127 cmp x0, x2
157 mcount_get_pc0 x0 // function's pc
184 stp x0, x1, [sp]
192 ldp x0, x1, [sp]
209 mcount_get_lr_addr x0 // pointer to function's saved lr
226 mov x0, x29 // parent's fp
228 mov x30, x0 // restore the original return address