Lines Matching refs:DBG_LOW
68 #define DBG_LOW(fmt...) udbg_printf(fmt) macro
70 #define DBG_LOW(fmt...) macro
1005 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm()
1013 DBG_LOW(" user region with no mm !\n"); in hash_page_mm()
1036 DBG_LOW(" mm=%p, mm->pgdir=%p, vsid=%016lx\n", mm, mm->pgd, vsid); in hash_page_mm()
1040 DBG_LOW("Bad address!\n"); in hash_page_mm()
1071 DBG_LOW(" no PTE !\n"); in hash_page_mm()
1083 DBG_LOW(" no access !\n"); in hash_page_mm()
1113 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1115 DBG_LOW(" i-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1174 DBG_LOW(" o-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm()
1176 DBG_LOW(" o-pte: %016lx %016lx\n", pte_val(*ptep), in hash_page_mm()
1179 DBG_LOW(" -> rc=%d\n", rc); in hash_page_mm()
1221 DBG_LOW("hash_preload(mm=%p, mm->pgdir=%p, ea=%016lx, access=%lx," in hash_preload()
1295 DBG_LOW("flush_hash_page(vpn=%016lx)\n", vpn); in flush_hash_page()
1303 DBG_LOW(" sub %ld: hash=%lx, hidx=%lx\n", index, slot, hidx); in flush_hash_page()