Lines Matching refs:DBG_LOW
74 #define DBG_LOW(fmt...) udbg_printf(fmt) macro
76 #define DBG_LOW(fmt...) macro
1251 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm()
1260 DBG_LOW(" user region with no mm !\n"); in hash_page_mm()
1283 DBG_LOW(" mm=%p, mm->pgdir=%p, vsid=%016lx\n", mm, mm->pgd, vsid); in hash_page_mm()
1287 DBG_LOW("Bad address!\n"); in hash_page_mm()
1317 DBG_LOW(" no PTE !\n"); in hash_page_mm()
1329 DBG_LOW(" no access !\n"); in hash_page_mm()
1359 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1361 DBG_LOW(" i-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1420 DBG_LOW(" o-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1422 DBG_LOW(" o-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1425 DBG_LOW(" -> rc=%d\n", rc); in hash_page_mm()
1521 DBG_LOW("hash_preload(mm=%p, mm->pgdir=%p, ea=%016lx, access=%lx," in hash_preload()
1618 DBG_LOW("flush_hash_page(vpn=%016lx)\n", vpn); in flush_hash_page()
1626 DBG_LOW(" sub %ld: hash=%lx, hidx=%lx\n", index, slot, hidx); in flush_hash_page()