Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Dstartup.c291 boot_debug("kdump memory limit: 0x%016lx\n", oldmem_data.size); in setup_ident_map_size()
296 boot_debug("Stand-alone dump limit: 0x%016lx\n", hsa_size); in setup_ident_map_size()
300 boot_debug("Identity map size: 0x%016lx\n", ident_map_size); in setup_ident_map_size()
341 boot_debug("vmem size estimated: 0x%016lx\n", vsize); in setup_kernel_memory_layout()
365 boot_debug("%d level paging 0x%016lx vmax\n", vmax == _REGION1_SIZE ? 4 : 3, vmax); in setup_kernel_memory_layout()
368 boot_debug("KASAN shadow area: 0x%016lx-0x%016lx\n", KASAN_SHADOW_START, KASAN_SHADOW_END); in setup_kernel_memory_layout()
382 boot_debug("Randomization range: 0x%016lx-0x%016lx\n", vmax - kaslr_len, vmax); in setup_kernel_memory_layout()
383 boot_debug("kernel image: 0x%016lx-0x%016lx (kaslr)\n", kernel_start, in setup_kernel_memory_layout()
387 boot_debug("kernel image: 0x%016lx-0x%016lx (constrained)\n", kernel_start, in setup_kernel_memory_layout()
391 boot_debug("kernel image: 0x%016lx-0x%016lx (nokaslr)\n", kernel_start, in setup_kernel_memory_layout()
[all …]
H A Dphysmem_info.c169 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()
243 boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Reserve:", addr, addr + size, in physmem_reserve()
249 boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Free:", physmem_info.reserved[type].start, in physmem_free()
318 boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Alloc range:", addr, addr + size, in physmem_alloc_range()
352 boot_debug("%-14s 0x%016lx-0x%016lx %-20s align 0x%lx split %d\n", "Alloc topdown:", in physmem_alloc()
378 boot_debug("Reserved memory ranges:\n"); in dump_physmem_reserved()
381 boot_debug("%-14s 0x%016lx-0x%016lx @%012lx chain %012lx\n", in dump_physmem_reserved()
H A Dalternative.c5 #define a_debug boot_debug
H A Dboot.h95 #define boot_debug(fmt, ...) boot_printk(KERN_DEBUG boot_fmt(fmt), ##__VA_ARGS__) macro
H A Dvmem.c91 boot_debug("%-17s 0x%016lx-0x%016lx >> 0x%016lx-0x%016lx\n", get_populate_mode_name(mode), in kasan_populate()
445 boot_debug("%-17s 0x%016lx-0x%016lx -> 0x%016lx-0x%016lx\n", in pgtable_populate()
/linux/arch/s390/kernel/
H A Dstackprotector.c19 #define DEBUGP boot_debug