Searched refs:hv_console_putc (Results 1 – 5 of 5) sorted by relevance
/arch/tile/kernel/ |
D | relocate_kernel_64.S | 38 moveli r40, hw2_last(hv_console_putc) 39 shl16insli r40, r40, hw1(hv_console_putc) 40 shl16insli r40, r40, hw0(hv_console_putc)
|
D | hvglue.S | 58 gensym hv_console_putc, 0x560, 32
|
D | hvglue_trace.c | 62 #define hv_console_putc _hv_console_putc macro 121 #undef hv_console_putc 229 HV_WRAP1(void, hv_console_putc, int, byte)
|
D | relocate_kernel_32.S | 37 moveli r40, lo16(hv_console_putc) 38 auli r40, r40, ha16(hv_console_putc)
|
/arch/tile/include/hv/ |
D | hypervisor.h | 1175 void hv_console_putc(int byte);
|