Searched refs:boot_printk (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/s390/boot/ |
| A D | pgm_check_info.c | 20 boot_printk("Call Trace:\n"); in print_stacktrace() 24 boot_printk(first ? "(sp:%016lx [<%016lx>] %pS)\n" : in print_stacktrace() 39 boot_printk("Linux version %s\n", kernel_version); in print_pgm_check_info() 41 boot_printk("Kernel command line: %s\n", early_command_line); in print_pgm_check_info() 42 boot_printk("Kernel fault: interruption code %04x ilc:%x\n", in print_pgm_check_info() 45 boot_printk("Kernel random base: %lx\n", __kaslr_offset); in print_pgm_check_info() 46 boot_printk("Kernel random base phys: %lx\n", __kaslr_offset_phys); in print_pgm_check_info() 48 boot_printk("PSW : %016lx %016lx (%pS)\n", in print_pgm_check_info() 52 boot_printk( in print_pgm_check_info() 62 boot_printk("Last Breaking-Event-Address:\n"); in print_pgm_check_info() [all …]
|
| A D | als.c | 49 boot_printk("%s\n", als_str); in print_missing_facilities() 57 boot_printk("%s\n", als_str); in print_missing_facilities() 65 boot_printk("The Linux kernel requires more recent processor hardware\n"); in facility_mismatch() 66 boot_printk("Detected machine-type number: %4x\n", id.machine); in facility_mismatch() 68 boot_printk("See Principles of Operations for facility bits\n"); in facility_mismatch()
|
| A D | physmem_info.c | 193 boot_printk("Linux version %s\n", kernel_version); in die_oom() 195 boot_printk("Kernel command line: %s\n", early_command_line); in die_oom() 196 boot_printk("Out of memory allocating %lx bytes %lx aligned in range %lx:%lx\n", in die_oom() 198 boot_printk("Reserved memory ranges:\n"); in die_oom() 200 boot_printk("%016lx %016lx %s\n", start, end, get_rr_type_name(t)); in die_oom() 203 boot_printk("Usable online memory ranges (info source: %s [%x]):\n", in die_oom() 206 boot_printk("%016lx %016lx\n", start, end); in die_oom() 209 boot_printk("Usable online memory total: %lx Reserved: %lx Free: %lx\n", in die_oom() 213 boot_printk("\n\n -- System halted\n"); in die_oom()
|
| A D | boot.h | 73 void __printf(1, 2) boot_printk(const char *fmt, ...);
|
| A D | printk.c | 83 void boot_printk(const char *fmt, ...) in boot_printk() function
|
| A D | startup.c | 42 boot_printk("\n\n%s\n\n -- System halted", x); in error() 296 boot_printk("The kernel base address is forced to %lx\n", kernel_start); in setup_kernel_memory_layout()
|
| A D | kaslr.c | 35 boot_printk("KASLR disabled: CPU has no PRNG\n"); in check_prng()
|
| A D | ipl_parm.c | 218 boot_printk("Warning: The Linux kernel requires facilities cleared via command line option\n"); in check_cleared_facilities()
|
Completed in 12 milliseconds