Searched refs:boot_debug (Results 1 – 5 of 5) sorted by relevance
| /arch/s390/boot/ |
| A D | startup.c | 295 boot_debug("kdump memory limit: 0x%016lx\n", oldmem_data.size); in setup_ident_map_size() 300 boot_debug("Stand-alone dump limit: 0x%016lx\n", hsa_size); in setup_ident_map_size() 304 boot_debug("Identity map size: 0x%016lx\n", ident_map_size); in setup_ident_map_size() 344 boot_debug("vmem size estimated: 0x%016lx\n", vsize); in setup_kernel_memory_layout() 386 boot_debug("kernel image: 0x%016lx-0x%016lx (kaslr)\n", kernel_start, in setup_kernel_memory_layout() 394 boot_debug("kernel image: 0x%016lx-0x%016lx (nokaslr)\n", kernel_start, in setup_kernel_memory_layout() 398 boot_debug("__kaslr_offset: 0x%016lx\n", __kaslr_offset); in setup_kernel_memory_layout() 420 boot_debug("memcpy real area: 0x%016lx-0x%016lx\n", __memcpy_real_area, in setup_kernel_memory_layout() 424 boot_debug("abs lowcore: 0x%016lx-0x%016lx\n", __abs_lowcore, in setup_kernel_memory_layout() 448 boot_debug("identity map: 0x%016lx-0x%016lx\n", __identity_base, in setup_kernel_memory_layout() [all …]
|
| A D | physmem_info.c | 169 boot_debug("Max physical memory: 0x%016lx (info source: %s)\n", max_physmem_end, in detect_max_physmem_end() 193 boot_debug("Online memory ranges (info source: %s):\n", get_physmem_info_source()); in detect_physmem_online_ranges() 195 boot_debug(" online [%d]: 0x%016lx-0x%016lx\n", i, start, end); in detect_physmem_online_ranges() 202 boot_debug("Usable memory limit: 0x%016lx\n", limit); in physmem_set_usable_limit() 245 boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Reserve:", addr, addr + size, in physmem_reserve() 251 boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Free:", physmem_info.reserved[type].start, in physmem_free() 320 boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Alloc range:", addr, addr + size, in physmem_alloc_range() 354 boot_debug("%-14s 0x%016lx-0x%016lx %-20s align 0x%lx split %d\n", "Alloc topdown:", in physmem_alloc() 380 boot_debug("Reserved memory ranges:\n"); in dump_physmem_reserved() 383 boot_debug("%-14s 0x%016lx-0x%016lx @%012lx chain %012lx\n", in dump_physmem_reserved()
|
| A D | alternative.c | 5 #define a_debug boot_debug
|
| A D | boot.h | 90 #define boot_debug(fmt, ...) boot_printk(KERN_DEBUG boot_fmt(fmt), ##__VA_ARGS__) macro
|
| A D | vmem.c | 92 boot_debug("%-17s 0x%016lx-0x%016lx >> 0x%016lx-0x%016lx\n", get_populate_mode_name(mode), in kasan_populate() 458 boot_debug("%-17s 0x%016lx-0x%016lx -> 0x%016lx-0x%016lx\n", in pgtable_populate()
|
Completed in 10 milliseconds