Symbol: boot_debug
arch/s390/boot/alternative.c
5
#define a_debug boot_debug
arch/s390/boot/physmem_info.c
169
boot_debug("Max physical memory: 0x%016lx (info source: %s)\n", max_physmem_end,
arch/s390/boot/physmem_info.c
193
boot_debug("Online memory ranges (info source: %s):\n", get_physmem_info_source());
arch/s390/boot/physmem_info.c
195
boot_debug(" online [%d]: 0x%016lx-0x%016lx\n", i, start, end);
arch/s390/boot/physmem_info.c
202
boot_debug("Usable memory limit: 0x%016lx\n", limit);
arch/s390/boot/physmem_info.c
243
boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Reserve:", addr, addr + size,
arch/s390/boot/physmem_info.c
249
boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Free:", physmem_info.reserved[type].start,
arch/s390/boot/physmem_info.c
318
boot_debug("%-14s 0x%016lx-0x%016lx %s\n", "Alloc range:", addr, addr + size,
arch/s390/boot/physmem_info.c
352
boot_debug("%-14s 0x%016lx-0x%016lx %-20s align 0x%lx split %d\n", "Alloc topdown:",
arch/s390/boot/physmem_info.c
378
boot_debug("Reserved memory ranges:\n");
arch/s390/boot/physmem_info.c
381
boot_debug("%-14s 0x%016lx-0x%016lx @%012lx chain %012lx\n",
arch/s390/boot/startup.c
291
boot_debug("kdump memory limit: 0x%016lx\n", oldmem_data.size);
arch/s390/boot/startup.c
296
boot_debug("Stand-alone dump limit: 0x%016lx\n", hsa_size);
arch/s390/boot/startup.c
300
boot_debug("Identity map size: 0x%016lx\n", ident_map_size);
arch/s390/boot/startup.c
341
boot_debug("vmem size estimated: 0x%016lx\n", vsize);
arch/s390/boot/startup.c
365
boot_debug("%d level paging 0x%016lx vmax\n", vmax == _REGION1_SIZE ? 4 : 3, vmax);
arch/s390/boot/startup.c
368
boot_debug("KASAN shadow area: 0x%016lx-0x%016lx\n", KASAN_SHADOW_START, KASAN_SHADOW_END);
arch/s390/boot/startup.c
382
boot_debug("Randomization range: 0x%016lx-0x%016lx\n", vmax - kaslr_len, vmax);
arch/s390/boot/startup.c
383
boot_debug("kernel image: 0x%016lx-0x%016lx (kaslr)\n", kernel_start,
arch/s390/boot/startup.c
387
boot_debug("kernel image: 0x%016lx-0x%016lx (constrained)\n", kernel_start,
arch/s390/boot/startup.c
391
boot_debug("kernel image: 0x%016lx-0x%016lx (nokaslr)\n", kernel_start,
arch/s390/boot/startup.c
395
boot_debug("__kaslr_offset: 0x%016lx\n", __kaslr_offset);
arch/s390/boot/startup.c
402
boot_debug("modules area: 0x%016lx-0x%016lx\n", MODULES_VADDR, MODULES_END);
arch/s390/boot/startup.c
414
boot_debug("vmalloc area: 0x%016lx-0x%016lx\n", VMALLOC_START, VMALLOC_END);
arch/s390/boot/startup.c
417
boot_debug("memcpy real area: 0x%016lx-0x%016lx\n", __memcpy_real_area,
arch/s390/boot/startup.c
421
boot_debug("abs lowcore: 0x%016lx-0x%016lx\n", __abs_lowcore,
arch/s390/boot/startup.c
445
boot_debug("identity map: 0x%016lx-0x%016lx\n", __identity_base,
arch/s390/boot/startup.c
646
boot_debug("Starting kernel at: 0x%016lx\n", psw.addr);
arch/s390/boot/vmem.c
445
boot_debug("%-17s 0x%016lx-0x%016lx -> 0x%016lx-0x%016lx\n",
arch/s390/boot/vmem.c
91
boot_debug("%-17s 0x%016lx-0x%016lx >> 0x%016lx-0x%016lx\n", get_populate_mode_name(mode),
arch/s390/kernel/stackprotector.c
19
#define DEBUGP boot_debug