Lines Matching refs:x1
26 adrp x1, console_\_driver\()_putc
27 add x1, x1, :lo12:console_\_driver\()_putc
28 str x1, [x0, #CONSOLE_T_PUTC]
39 adrp x1, console_\_driver\()_getc
40 add x1, x1, :lo12:console_\_driver\()_getc
41 str x1, [x0, #CONSOLE_T_GETC]
49 adrp x1, console_\_driver\()_flush
50 add x1, x1, :lo12:console_\_driver\()_flush
51 str x1, [x0, #CONSOLE_T_FLUSH]
56 mov x1, #(CONSOLE_FLAG_BOOT | CONSOLE_FLAG_CRASH)
57 str x1, [x0, #CONSOLE_T_FLAGS]