Lines Matching refs:DBG_LOW
82 #define DBG_LOW(fmt...) udbg_printf(fmt) macro
84 #define DBG_LOW(fmt...) macro
1464 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm()
1473 DBG_LOW(" user region with no mm !\n"); in hash_page_mm()
1502 DBG_LOW(" mm=%p, mm->pgdir=%p, vsid=%016lx\n", mm, mm->pgd, vsid); in hash_page_mm()
1506 DBG_LOW("Bad address!\n"); in hash_page_mm()
1537 DBG_LOW(" no PTE !\n"); in hash_page_mm()
1557 DBG_LOW(" no access !\n"); in hash_page_mm()
1587 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1589 DBG_LOW(" i-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1650 DBG_LOW(" o-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1652 DBG_LOW(" o-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1655 DBG_LOW(" -> rc=%d\n", rc); in hash_page_mm()
1769 DBG_LOW("hash_preload(mm=%p, mm->pgdir=%p, ea=%016lx, access=%lx," in hash_preload()
1929 DBG_LOW("flush_hash_page(vpn=%016lx)\n", vpn); in flush_hash_page()
1932 DBG_LOW(" sub %ld: gslot=%lx\n", index, gslot); in flush_hash_page()