Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/arch/x86/boot/compressed/
Dmisc.h50 #define debug_putstr(__x) __putstr(__x) macro
53 debug_putstr(#__x ": 0x"); \
55 debug_putstr("\n"); \
60 static inline void debug_putstr(const char *s) in debug_putstr() function
Dacpi.c48 debug_putstr("Error getting RSDP address: EFI config table located above 4GB.\n"); in __efi_get_rsdp_addr()
97 debug_putstr("Wrong kexec SETUP_EFI data.\n"); in kexec_get_rsdp_addr()
104 debug_putstr("Wrong kexec EFI loader signature.\n"); in kexec_get_rsdp_addr()
136 debug_putstr("Wrong EFI loader signature.\n"); in efi_get_rsdp_addr()
145 debug_putstr("Error getting RSDP address: EFI system table located above 4GB.\n"); in efi_get_rsdp_addr()
408 debug_putstr("Too many immovable memory regions, aborting.\n"); in count_immovable_mem_regions()
Dmisc.c207 debug_putstr("No relocation needed... "); in handle_relocations()
210 debug_putstr("Performing relocations... "); in handle_relocations()
291 debug_putstr("Parsing ELF... "); in parse_elf()
378 debug_putstr("early console in extract_kernel\n"); in extract_kernel()
438 debug_putstr("\nDecompressing Linux... "); in extract_kernel()
443 debug_putstr("done.\nBooting the kernel.\n"); in extract_kernel()
Dkaslr_64.c54 debug_putstr("out of pgt_buf in " __FILE__ "!?\n"); in alloc_pgt_page()
115 debug_putstr("booted via startup_32()\n"); in initialize_identity_maps()
120 debug_putstr("booted via startup_64()\n"); in initialize_identity_maps()
Dkaslr.c572 debug_putstr("slots_fetch_random() failed!?\n"); in slots_fetch_random()
667 debug_putstr("Aborted e820/efi memmap scan (slot_areas full)!\n"); in process_mem_region()
696 debug_putstr("Aborted e820/efi memmap scan when walking immovable regions(slot_areas full)!\n"); in process_mem_region()
807 debug_putstr("Aborted memory entries scan (more than 4 memmap= args)!\n"); in find_random_phys_addr()