Lines Matching refs:DBG_LOW
76 #define DBG_LOW(fmt...) udbg_printf(fmt) macro
78 #define DBG_LOW(fmt...) macro
1256 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm()
1265 DBG_LOW(" user region with no mm !\n"); in hash_page_mm()
1292 DBG_LOW(" mm=%p, mm->pgdir=%p, vsid=%016lx\n", mm, mm->pgd, vsid); in hash_page_mm()
1296 DBG_LOW("Bad address!\n"); in hash_page_mm()
1327 DBG_LOW(" no PTE !\n"); in hash_page_mm()
1340 DBG_LOW(" no access !\n"); in hash_page_mm()
1370 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1372 DBG_LOW(" i-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1433 DBG_LOW(" o-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1435 DBG_LOW(" o-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1438 DBG_LOW(" -> rc=%d\n", rc); in hash_page_mm()
1537 DBG_LOW("hash_preload(mm=%p, mm->pgdir=%p, ea=%016lx, access=%lx," in hash_preload()
1728 DBG_LOW("flush_hash_page(vpn=%016lx)\n", vpn); in flush_hash_page()
1731 DBG_LOW(" sub %ld: gslot=%lx\n", index, gslot); in flush_hash_page()