Searched refs:debug_putstr (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/lib/
H A Dkaslr.c24 #define debug_putstr(v) early_printk("%s", v) macro
60 debug_putstr(purpose);
61 debug_putstr(" KASLR using");
66 debug_putstr(" RDRAND");
75 debug_putstr(" RDTSC");
84 debug_putstr(" i8254");
95 debug_putstr("...\n");
/linux-master/arch/x86/boot/compressed/
H A Defi.c33 debug_putstr("No EFI environment detected.\n");
44 debug_putstr("EFI system table is located above 4GB and cannot be accessed.\n");
74 debug_putstr("EFI system table not found.");
112 debug_putstr("kexec EFI environment missing valid configuration table.\n");
178 debug_putstr("Error: EFI config table entry located above 4GB.\n");
H A Dmisc.h74 #define debug_putstr(__x) __putstr(__x) macro
77 debug_putstr(#__x ": 0x"); \
79 debug_putstr("\n"); \
84 static inline void debug_putstr(const char *s) function
H A Dmisc.c231 debug_putstr("No relocation needed... ");
234 debug_putstr("Performing relocations... ");
313 debug_putstr("Parsing ELF... ");
452 debug_putstr("early console in extract_kernel\n");
510 debug_putstr("\nDecompressing Linux... ");
513 debug_putstr("Accepting memory... ");
519 debug_putstr("done.\nBooting the kernel (entry_offset: 0x");
521 debug_putstr(").\n");
H A Dacpi.c46 debug_putstr("Error getting RSDP address.\n");
294 debug_putstr("Invalid zero length SRAT subtable.\n");
309 debug_putstr("Too many immovable memory regions, aborting.\n");
H A Dident_map_64.c56 debug_putstr("out of pgt_buf in " __FILE__ "!?\n");
64 debug_putstr("pgt_buf running low in " __FILE__ "\n");
65 debug_putstr("Need to raise BOOT_PGT_SIZE?\n");
H A Dkaslr.c576 debug_putstr("slots_fetch_random() failed!?\n");
637 debug_putstr("Aborted e820/efi memmap scan (slot_areas full)!\n");
666 debug_putstr("Aborted e820/efi memmap scan when walking immovable regions(slot_areas full)!\n");
803 debug_putstr("Aborted memory entries scan (more than 4 memmap= args)!\n");

Completed in 450 milliseconds