Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dmemblock.c413 memblock_dbg("memblock: %s is doubled to %ld at [%#010llx-%#010llx]", in memblock_double_array()
620 memblock_dbg("memblock_add: [%#016llx-%#016llx] flags %#02lx %pF\n", in memblock_add_region()
732 memblock_dbg(" memblock_free: [%#016llx-%#016llx] %pF\n", in memblock_free()
748 memblock_dbg("memblock_reserve: [%#016llx-%#016llx] flags %#02lx %pF\n", in memblock_reserve_region()
1342 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()
1374 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()
1398 memblock_dbg("%s: [%#016llx-%#016llx] %pF\n", in __memblock_free_early()
1418 memblock_dbg("%s: [%#016llx-%#016llx] %pF\n", in __memblock_free_late()
/linux-4.4.14/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.4.14/include/linux/
Dmemblock.h63 #define memblock_dbg(fmt, ...) \ macro