Searched refs:hv_console_putc (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
H A D | hvglue.S | 58 gensym hv_console_putc, 0x560, 32
|
H A 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)
|
H A D | hvglue_trace.c | 62 #define hv_console_putc _hv_console_putc macro 122 #undef hv_console_putc macro 231 HV_WRAP1(void, hv_console_putc, int, byte)
|
H A D | relocate_kernel_32.S | 37 moveli r40, lo16(hv_console_putc) 38 auli r40, r40, ha16(hv_console_putc)
|
/linux-4.4.14/arch/tile/include/hv/ |
H A D | hypervisor.h | 270 /** hv_console_putc */ 1182 void hv_console_putc(int byte);
|
Completed in 119 milliseconds