Searched refs:DBG_LOW (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/mm/ |
D | hash_native_64.c | 37 #define DBG_LOW(fmt...) udbg_printf(fmt) macro 39 #define DBG_LOW(fmt...) macro 252 DBG_LOW(" insert(group=%lx, vpn=%016lx, pa=%016lx," in native_hpte_insert() 276 DBG_LOW(" i=%x hpte_v=%016lx, hpte_r=%016lx\n", in native_hpte_insert() 306 DBG_LOW(" remove(group=%lx)\n", hpte_group); in native_hpte_remove() 348 DBG_LOW(" update(vpn=%016lx, avpnv=%016lx, group=%lx, newpp=%lx)", in native_hpte_updatepp() 362 DBG_LOW(" -> miss\n"); in native_hpte_updatepp() 374 DBG_LOW(" -> hit\n"); in native_hpte_updatepp() 499 DBG_LOW(" invalidate(vpn=%016lx, hash: %lx)\n", vpn, slot); in native_hpte_invalidate()
|
D | hash_utils_64.c | 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() [all …]
|
/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 65 #define DBG_LOW(x...) do {\ macro 69 #define DBG_LOW(x...) macro 248 DBG_LOW("kw_handle_interrupt(%s, isr: %x)\n", in kw_i2c_handle_interrupt() 284 DBG_LOW("KW: NAK on address\n"); in kw_i2c_handle_interrupt() 314 DBG_LOW("KW: nack on data write\n"); in kw_i2c_handle_interrupt()
|