Searched refs:PR_MEM (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_mem.c | 98 PR_MEM("%s for %s...\n", f, mp->sbm_cm.sbdev_path); in dr_get_memlist() 109 PR_MEM("%s: found cached memlist\n", f); in dr_get_memlist() 144 PR_MEM("%s: derived memlist from phys_install\n", f); in dr_get_memlist() 158 PR_MEM("%s: memlist for %s\n", f, mp->sbm_cm.sbdev_path); in dr_get_memlist() 293 PR_MEM("%s...\n", f); in dr_attach_mem() 375 PR_MEM("%s: using proc %d, memlist...\n", f, in dr_mem_ecache_scrub() 417 PR_MEM("%s: scrub ticks = %ld (%ld secs)\n", f, stime, stime / hz); in dr_mem_ecache_scrub() 431 PR_MEM("%s: (INLINE) moving memory from %s to %s\n", in dr_move_memory() 528 PR_MEM("%s: copy-rename elapsed time = %ld ticks (%ld secs)\n", in dr_move_memory() 549 PR_MEM("%s...\n", f); in dr_detach_mem() [all …]
|
/titanic_50/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 121 PR_MEM("%s for %s...\n", f, mp->sbm_cm.sbdev_path); in dr_get_memlist() 132 PR_MEM("%s: found cached memlist\n", f); in dr_get_memlist() 166 PR_MEM("%s: derived memlist from phys_install\n", f); in dr_get_memlist() 180 PR_MEM("%s: memlist for %s\n", f, mp->sbm_cm.sbdev_path); in dr_get_memlist() 315 PR_MEM("%s...\n", f); in dr_attach_mem() 391 PR_MEM("%s\n", f); in dr_memlist_del_retired_pages() 416 PR_MEM("deleted retired page 0x%lx (pfn 0x%lx) " in dr_memlist_del_retired_pages() 440 PR_MEM("%s: (INLINE) moving memory from %s to %s\n", in dr_move_memory() 470 PR_MEM("%s: copy list before removing retired pages (if any):\n", f); in dr_move_memory() 475 PR_MEM("%s: copy list after removing retired pages:\n", f); in dr_move_memory() [all …]
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | sbd_mem.c | 85 PR_MEM("%s...\n", f); in sbd_get_memlist() 96 PR_MEM("%s: found cached memlist\n", f); in sbd_get_memlist() 115 PR_MEM("sbd:%s: failed to get memlist for " in sbd_get_memlist() 125 PR_MEM("%s: memlist for mem-unit (%d.%d), dip 0x%p:\n", in sbd_get_memlist() 144 PR_MEM("%s...\n", f); in sbd_pre_attach_mem() 176 PR_MEM("sbd: OS attach mem-unit (%d.%d)\n", in sbd_pre_attach_mem() 185 PR_MEM("%s: recovering from UNCONFIG" in sbd_pre_attach_mem() 190 PR_MEM("%s: re-configure cached memlist:\n", f); in sbd_pre_attach_mem() 204 PR_MEM("%s: mem-unit (%d.%d)" in sbd_pre_attach_mem() 215 PR_MEM("%s: reprogramming mem hardware (board %d)\n", in sbd_pre_attach_mem() [all …]
|
H A D | sbd.c | 3953 PR_MEM("%s...\n", f); in sbd_get_memhandle() 4184 PR_MEM("%s: kphysm_del_span_query() = %d\n", f, rv); in sbd_mem_status()
|
/titanic_50/usr/src/uts/i86pc/io/dr/ |
H A D | dr_mem_acpi.c | 91 PR_MEM("%s for %s...\n", f, mp->sbm_cm.sbdev_path); in dr_get_memlist() 102 PR_MEM("%s: found cached memlist\n", f); in dr_get_memlist() 136 PR_MEM("%s: derived memlist from phys_install\n", f); in dr_get_memlist() 150 PR_MEM("%s: memlist for %s\n", f, mp->sbm_cm.sbdev_path); in dr_get_memlist() 171 PR_MEM("%s...\n", f); in dr_attach_mem() 389 PR_MEM("%s: kphysm_del_span_query() = %d\n", in dr_mem_status() 418 PR_MEM("%s...\n", f); in dr_pre_attach_mem() 429 PR_MEM("%s: recovering from UNCONFIG for %s\n", in dr_pre_attach_mem() 434 PR_MEM("%s: re-configuring cached memlist for %s:\n", in dr_pre_attach_mem() 444 PR_MEM("%s: reprogramming mem hardware on %s\n", in dr_pre_attach_mem() [all …]
|
/titanic_50/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 214 #define PR_MEM if (dr_debug & DRDBG_MEM) printf macro 224 #define PR_MEM PR_ALL
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | dr.h | 245 #define PR_MEM if (dr_debug & DRDBG_MEM) printf macro 255 #define PR_MEM PR_ALL macro
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | sbdpriv.h | 634 #define PR_MEM if (sbd_debug & SBD_DBG_MEM) printf macro 647 #define PR_MEM PR_ALL macro
|