Lines Matching refs:DBG_LOW
82 #define DBG_LOW(fmt...) udbg_printf(fmt) macro
84 #define DBG_LOW(fmt...) macro
1467 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm()
1476 DBG_LOW(" user region with no mm !\n"); in hash_page_mm()
1505 DBG_LOW(" mm=%p, mm->pgdir=%p, vsid=%016lx\n", mm, mm->pgd, vsid); in hash_page_mm()
1509 DBG_LOW("Bad address!\n"); in hash_page_mm()
1540 DBG_LOW(" no PTE !\n"); in hash_page_mm()
1567 DBG_LOW(" no access !\n"); in hash_page_mm()
1597 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1599 DBG_LOW(" i-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1660 DBG_LOW(" o-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1662 DBG_LOW(" o-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1665 DBG_LOW(" -> rc=%d\n", rc); in hash_page_mm()
1779 DBG_LOW("hash_preload(mm=%p, mm->pgdir=%p, ea=%016lx, access=%lx," in hash_preload()
1939 DBG_LOW("flush_hash_page(vpn=%016lx)\n", vpn); in flush_hash_page()
1942 DBG_LOW(" sub %ld: gslot=%lx\n", index, gslot); in flush_hash_page()