Lines Matching refs:bootx_printf

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("\nframe buffer at : 0x%x", bi->dispDeviceBase); in btext_welcome()
434 bootx_printf(" (phys), 0x%x", bi->logicalDisplayBase); in btext_welcome()
435 bootx_printf(" (log)"); in btext_welcome()
436 bootx_printf("\nklimit : 0x%x",(unsigned long)klimit); in btext_welcome()
437 bootx_printf("\nboot_info at : 0x%x", bi); in btext_welcome()
439 bootx_printf("\nMSR : 0x%x", flags); in btext_welcome()
441 bootx_printf("\nPVR : 0x%x", pvr); in btext_welcome()
445 bootx_printf("\nHID0 : 0x%x", flags); in btext_welcome()
449 bootx_printf("\nICTC : 0x%x", flags); in btext_welcome()
452 bootx_printf("\n\n"); in btext_welcome()
453 bootx_printf("bi->deviceTreeOffset : 0x%x\n", in btext_welcome()
455 bootx_printf("bi->deviceTreeSize : 0x%x\n", in btext_welcome()
458 bootx_printf("\n\n"); in btext_welcome()
512 bootx_printf(" !!! WARNING - Incompatible version" in bootx_init()
518 bootx_printf(" !!! WARNING - Unsupported machine" in bootx_init()
540 bootx_printf("iMac,1 detected, shutting down USB\n"); in bootx_init()
555 bootx_printf("Total space used by parameters & ramdisk: 0x%x\n", space); in bootx_init()
563 bootx_printf("Touching pages...\n"); in bootx_init()
578 bootx_printf("Preparing boot params...\n"); in bootx_init()
584 bootx_printf("Preparing BAT...\n"); in bootx_init()