Searched refs:bootx_printf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 24 #define DBG(fmt...) do { bootx_printf(fmt); } while(0) 44 static void __init bootx_printf(const char *format, ...) in bootx_printf() function 86 static void __init bootx_printf(const char *format, ...) {} in bootx_printf() function 137 bootx_printf("WARNING: Can't find string index for <%s>\n", in bootx_dt_add_prop() 142 bootx_printf("WARNING: ignoring large property "); in bootx_dt_add_prop() 143 bootx_printf("%s length 0x%x\n", name, size); in bootx_dt_add_prop() 228 bootx_printf("Node without a full name !\n"); in bootx_scan_dt_build_strings() 431 bootx_printf("Welcome to Linux, kernel " UTS_RELEASE "\n"); in btext_welcome() 432 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 433 bootx_printf("\nfram in btext_welcome() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 25 #define DBG(fmt...) do { bootx_printf(fmt); } while(0) 45 static void __init bootx_printf(const char *format, ...) in bootx_printf() function 87 static void __init bootx_printf(const char *format, ...) {} in bootx_printf() function 138 bootx_printf("WARNING: Can't find string index for <%s>\n", in bootx_dt_add_prop() 143 bootx_printf("WARNING: ignoring large property "); in bootx_dt_add_prop() 144 bootx_printf("%s length 0x%x\n", name, size); in bootx_dt_add_prop() 229 bootx_printf("Node without a full name !\n"); in bootx_scan_dt_build_strings() 432 bootx_printf("Welcome to Linux, kernel " UTS_RELEASE "\n"); in btext_welcome() 433 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome() 434 bootx_printf("\nfram in btext_welcome() [all...] |
Completed in 2 milliseconds