Symbol: debug_putstr
arch/x86/boot/compressed/acpi.c
294
debug_putstr("Invalid zero length SRAT subtable.\n");
arch/x86/boot/compressed/acpi.c
309
debug_putstr("Too many immovable memory regions, aborting.\n");
arch/x86/boot/compressed/acpi.c
46
debug_putstr("Error getting RSDP address.\n");
arch/x86/boot/compressed/efi.c
112
debug_putstr("kexec EFI environment missing valid configuration table.\n");
arch/x86/boot/compressed/efi.c
178
debug_putstr("Error: EFI config table entry located above 4GB.\n");
arch/x86/boot/compressed/efi.c
33
debug_putstr("No EFI environment detected.\n");
arch/x86/boot/compressed/efi.c
44
debug_putstr("EFI system table is located above 4GB and cannot be accessed.\n");
arch/x86/boot/compressed/efi.c
74
debug_putstr("EFI system table not found.");
arch/x86/boot/compressed/ident_map_64.c
56
debug_putstr("out of pgt_buf in " __FILE__ "!?\n");
arch/x86/boot/compressed/ident_map_64.c
64
debug_putstr("pgt_buf running low in " __FILE__ "\n");
arch/x86/boot/compressed/ident_map_64.c
65
debug_putstr("Need to raise BOOT_PGT_SIZE?\n");
arch/x86/boot/compressed/kaslr.c
547
debug_putstr("slots_fetch_random() failed!?\n");
arch/x86/boot/compressed/kaslr.c
608
debug_putstr("Aborted e820/efi memmap scan (slot_areas full)!\n");
arch/x86/boot/compressed/kaslr.c
637
debug_putstr("Aborted e820/efi memmap scan when walking immovable regions(slot_areas full)!\n");
arch/x86/boot/compressed/kaslr.c
817
debug_putstr("Aborted memory entries scan (more than 4 memmap= args)!\n");
arch/x86/boot/compressed/misc.c
230
debug_putstr("No relocation needed... ");
arch/x86/boot/compressed/misc.c
233
debug_putstr("Performing relocations... ");
arch/x86/boot/compressed/misc.c
300
debug_putstr("Parsing ELF... ");
arch/x86/boot/compressed/misc.c
456
debug_putstr("early console in extract_kernel\n");
arch/x86/boot/compressed/misc.c
514
debug_putstr("\nDecompressing Linux... ");
arch/x86/boot/compressed/misc.c
517
debug_putstr("Accepting memory... ");
arch/x86/boot/compressed/misc.c
523
debug_putstr("done.\nBooting the kernel (entry_offset: 0x");
arch/x86/boot/compressed/misc.c
525
debug_putstr(").\n");
arch/x86/boot/compressed/misc.h
78
debug_putstr(#__x ": 0x"); \
arch/x86/boot/compressed/misc.h
80
debug_putstr("\n"); \
arch/x86/lib/kaslr.c
60
debug_putstr(purpose);
arch/x86/lib/kaslr.c
61
debug_putstr(" KASLR using");
arch/x86/lib/kaslr.c
66
debug_putstr(" RDRAND");
arch/x86/lib/kaslr.c
75
debug_putstr(" RDTSC");
arch/x86/lib/kaslr.c
84
debug_putstr(" i8254");
arch/x86/lib/kaslr.c
95
debug_putstr("...\n");