Searched refs:DBG_LOW (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_native.c | 33 #define DBG_LOW(fmt...) udbg_printf(fmt) macro 35 #define DBG_LOW(fmt...) macro 277 DBG_LOW(" insert(group=%lx, vpn=%016lx, pa=%016lx," in native_hpte_insert() 303 DBG_LOW(" i=%x hpte_v=%016lx, hpte_r=%016lx\n", in native_hpte_insert() 338 DBG_LOW(" remove(group=%lx)\n", hpte_group); in native_hpte_remove() 387 DBG_LOW(" update(vpn=%016lx, avpnv=%016lx, group=%lx, newpp=%lx)", in native_hpte_updatepp() 399 DBG_LOW(" -> miss\n"); in native_hpte_updatepp() 409 DBG_LOW(" -> hit\n"); in native_hpte_updatepp() 565 DBG_LOW(" invalidate(vpn=%016lx, hash: %lx)\n", vpn, slot); in native_hpte_invalidate()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 61 #define DBG_LOW(x...) do {\ macro 65 #define DBG_LOW(x...) macro 244 DBG_LOW("kw_handle_interrupt(%s, isr: %x)\n", in kw_i2c_handle_interrupt() 280 DBG_LOW("KW: NAK on address\n"); in kw_i2c_handle_interrupt() 310 DBG_LOW("KW: nack on data write\n"); in kw_i2c_handle_interrupt()
|