Searched refs:mb_debug (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | multiboot.c | 39 #define mb_debug(a...) error_report(a) macro 41 #define mb_debug(a...) macro 140 mb_debug("mod%02d: "HWADDR_FMT_plx" - "HWADDR_FMT_plx, in mb_add_mod() 186 mb_debug("I believe we found a multiboot image!"); in load_multiboot() 221 mb_debug("loading multiboot-elf kernel " in load_multiboot() 271 mb_debug("multiboot: header_addr = %#x", mh_header_addr); in load_multiboot() 272 mb_debug("multiboot: load_addr = %#x", mh_load_addr); in load_multiboot() 273 mb_debug("multiboot: load_end_addr = %#x", mh_load_end_addr); in load_multiboot() 274 mb_debug("multiboot: bss_end_addr = %#x", mh_bss_end_addr); in load_multiboot() 275 mb_debug("loading multiboot kernel (%#x bytes) at %#x", in load_multiboot() [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | mballoc.h | 30 #define mb_debug(sb, fmt, ...) \ macro 35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|
H A D | mballoc.c | 1301 mb_debug(sb, "init page %lu\n", page->index); in ext4_mb_init_cache() 1342 mb_debug(sb, "read bitmap for group %u\n", group); in ext4_mb_init_cache() 1392 mb_debug(sb, "put buddy for group %u in page %lu/%x\n", in ext4_mb_init_cache() 1411 mb_debug(sb, "put bitmap for group %u in page %lu/%x\n", in ext4_mb_init_cache() 1517 mb_debug(sb, "init group %u\n", group); in ext4_mb_init_group() 1592 mb_debug(sb, "load group %u\n", group); in ext4_mb_load_buddy_gfp() 2966 mb_debug(sb, "lost chunk, group: %u, start: %d, len: %d, lost: %d\n", in ext4_mb_regular_allocator() 2986 mb_debug(sb, "Best len %d, origin len %d, ac_status %u, ac_flags 0x%x, cr %d ret %d\n", in ext4_mb_regular_allocator() 3788 mb_debug(sb, "mballoc: %d PAs left\n", in ext4_mb_release() 3867 mb_debug(sb, "gonna free %u blocks in group %u (0x%p):", in ext4_free_data_in_buddy() [all …]
|
H A D | Kconfig | 103 using dynamic debug control for mb_debug() / ext_debug() msgs.
|