Lines Matching refs:x15
113 stp x14, x15, [x1]
118 adrp x15, console_list
119 ldr x15, [x15, :lo12:console_list] /* X15 = first console struct */
122 cbz x15, putc_done
123 ldr w1, [x15, #CONSOLE_T_FLAGS]
126 ldr x2, [x15, #CONSOLE_T_PUTC]
132 mov x1, x15
135 ldr x2, [x15, #CONSOLE_T_PUTC]
137 mov x1, x15
141 ldr x15, [x15] /* X15 = next struct */
147 ldp x14, x15, [x1]
162 stp x30, x15, [x1]
165 adrp x15, console_list
166 ldr x15, [x15, :lo12:console_list] /* X15 = first console struct */
169 cbz x15, flush_done
170 ldr w1, [x15, #CONSOLE_T_FLAGS]
173 ldr x2, [x15, #CONSOLE_T_FLUSH]
175 mov x0, x15
178 ldr x15, [x15] /* X15 = next struct */
184 ldp x30, x15, [x1]