Searched refs:early_print (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm/kernel/
H A Datags.h11 early_print("no ATAGS support: can't continue\n");
H A Ddevtree.c213 early_print("\nError: unrecognized/unsupported "
219 early_print("'%s' ", prop);
223 early_print("]\n\n");
H A Dsetup.c358 void __init early_print(const char *str, ...) function
750 early_print("Available machine support:\n\nID (hex)\tNAME\n");
752 early_print("%08x\t%s\n", p->nr, p->name);
754 early_print("\nPlease check your kernel config and/or bootloader.\n");
1120 early_print("\nError: invalid dtb and unrecognized/unsupported machine ID\n");
1121 early_print(" r1=0x%08x, r2=0x%08x\n", __machine_arch_type,
1124 early_print(" r2[]=%*ph\n", 16, atags_vaddr);
H A Datags_parse.c212 early_print("Warning: Neither atags nor dtb found\n");
/linux-master/arch/arm/include/asm/
H A Dsetup.h23 extern __printf(1, 2) void early_print(const char *str, ...);

Completed in 175 milliseconds