Home
last modified time | relevance | path

Searched refs:debug_putstr (Results 1 – 5 of 5) sorted by relevance

/arch/x86/lib/
Dkaslr.c24 #define debug_putstr(v) early_printk("%s", v) macro
59 debug_putstr(purpose); in kaslr_get_random_long()
60 debug_putstr(" KASLR using"); in kaslr_get_random_long()
63 debug_putstr(" RDRAND"); in kaslr_get_random_long()
71 debug_putstr(" RDTSC"); in kaslr_get_random_long()
79 debug_putstr(" i8254"); in kaslr_get_random_long()
89 debug_putstr("...\n"); in kaslr_get_random_long()
/arch/x86/boot/compressed/
Dmisc.h43 #define debug_putstr(__x) __putstr(__x) macro
46 debug_putstr(#__x ": 0x"); \
48 debug_putstr("\n"); \
53 static inline void debug_putstr(const char *s) in debug_putstr() function
Dpagetable.c58 debug_putstr("out of pgt_buf in " __FILE__ "!?\n"); in alloc_pgt_page()
111 debug_putstr("booted via startup_32()\n"); in initialize_identity_maps()
116 debug_putstr("booted via startup_64()\n"); in initialize_identity_maps()
Dmisc.c216 debug_putstr("No relocation needed... "); in handle_relocations()
219 debug_putstr("Performing relocations... "); in handle_relocations()
300 debug_putstr("Parsing ELF... "); in parse_elf()
378 debug_putstr("early console in extract_kernel\n"); in extract_kernel()
427 debug_putstr("\nDecompressing Linux... "); in extract_kernel()
432 debug_putstr("done.\nBooting the kernel.\n"); in extract_kernel()
Dkaslr.c481 debug_putstr("slots_fetch_random() failed!?\n"); in slots_fetch_random()
631 debug_putstr("Aborted EFI scan (slot_areas full)!\n"); in process_efi_entries()
662 debug_putstr("Aborted e820 scan (slot_areas full)!\n"); in process_e820_entries()
673 debug_putstr("Aborted memory entries scan (more than 4 memmap= args)!\n"); in find_random_phys_addr()