Home
last modified time | relevance | path

Searched refs:memblock_dbg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/mm/
Dmemblock.c387 memblock_dbg("memblock: %s is doubled to %ld at [%#010llx-%#010llx]", in memblock_double_array()
590 memblock_dbg("memblock_add: [%#016llx-%#016llx] flags %#02lx %pF\n", in memblock_add_region()
702 memblock_dbg(" memblock_free: [%#016llx-%#016llx] %pF\n", in memblock_free()
718 memblock_dbg("memblock_reserve: [%#016llx-%#016llx] flags %#02lx %pF\n", in memblock_reserve_region()
1235 memblock_dbg("%s: %llu bytes align=0x%llx nid=%d from=0x%llx max_addr=0x%llx %pF\n", in memblock_virt_alloc_try_nid_nopanic()
1267 memblock_dbg("%s: %llu bytes align=0x%llx nid=%d from=0x%llx max_addr=0x%llx %pF\n", in memblock_virt_alloc_try_nid()
1291 memblock_dbg("%s: [%#016llx-%#016llx] %pF\n", in __memblock_free_early()
1311 memblock_dbg("%s: [%#016llx-%#016llx] %pF\n", in __memblock_free_late()
/linux-4.1.27/arch/x86/platform/efi/
Dquirks.c165 memblock_dbg("Could not reserve boot range [0x%010llx-0x%010llx]\n", in efi_reserve_boot_services()
/linux-4.1.27/include/linux/
Dmemblock.h59 #define memblock_dbg(fmt, ...) \ macro