Searched refs:arch_decomp_puts (Results 1 – 2 of 2) sorted by relevance
40 #define arch_decomp_puts(p) macro79 arch_decomp_puts("\n\n"); in error()80 arch_decomp_puts(x); in error()81 arch_decomp_puts("\n\n -- System halted"); in error()121 arch_decomp_puts("Uncompressing Linux..."); in decompress_kernel()124 arch_decomp_puts(" done, booting the kernel.\n"); in decompress_kernel()
22 static void arch_decomp_puts(const char *ptr) in arch_decomp_puts() function