Lines Matching refs:bootx_printf
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("\nframe buffer at : 0x%x", bi->dispDeviceBase); in btext_welcome()
435 bootx_printf(" (phys), 0x%x", bi->logicalDisplayBase); in btext_welcome()
436 bootx_printf(" (log)"); in btext_welcome()
437 bootx_printf("\nklimit : 0x%x",(unsigned long)_end); in btext_welcome()
438 bootx_printf("\nboot_info at : 0x%x", bi); in btext_welcome()
440 bootx_printf("\nMSR : 0x%x", flags); in btext_welcome()
442 bootx_printf("\nPVR : 0x%x", pvr); in btext_welcome()
446 bootx_printf("\nHID0 : 0x%x", flags); in btext_welcome()
450 bootx_printf("\nICTC : 0x%x", flags); in btext_welcome()
453 bootx_printf("\n\n"); in btext_welcome()
454 bootx_printf("bi->deviceTreeOffset : 0x%x\n", in btext_welcome()
456 bootx_printf("bi->deviceTreeSize : 0x%x\n", in btext_welcome()
459 bootx_printf("\n\n"); in btext_welcome()
513 bootx_printf(" !!! WARNING - Incompatible version" in bootx_init()
519 bootx_printf(" !!! WARNING - Unsupported machine" in bootx_init()
541 bootx_printf("iMac,1 detected, shutting down USB\n"); in bootx_init()
556 bootx_printf("Total space used by parameters & ramdisk: 0x%x\n", space); in bootx_init()
564 bootx_printf("Touching pages...\n"); in bootx_init()
579 bootx_printf("Preparing boot params...\n"); in bootx_init()
585 bootx_printf("Preparing BAT...\n"); in bootx_init()