Searched refs:debug_putstr (Results 1 – 3 of 3) sorted by relevance
73 debug_putstr("KASLR using"); in get_random_long()76 debug_putstr(" RDRAND"); in get_random_long()84 debug_putstr(" RDTSC"); in get_random_long()92 debug_putstr(" i8254"); in get_random_long()102 debug_putstr("...\n"); in get_random_long()309 debug_putstr("KASLR disabled by default...\n"); in choose_kernel_location()314 debug_putstr("KASLR disabled by cmdline...\n"); in choose_kernel_location()328 debug_putstr("KASLR could not find suitable E820 region...\n"); in choose_kernel_location()
247 debug_putstr("No relocation needed... "); in handle_relocations()250 debug_putstr("Performing relocations... "); in handle_relocations()339 debug_putstr("Parsing ELF... "); in parse_elf()397 debug_putstr("early console in decompress_kernel\n"); in decompress_kernel()426 debug_putstr("\nDecompressing Linux... "); in decompress_kernel()436 debug_putstr("done.\nBooting the kernel.\n"); in decompress_kernel()
41 #define debug_putstr(__x) __putstr(__x) macro45 static inline void debug_putstr(const char *s) in debug_putstr() function