Searched refs:DBG_LOW (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/mm/ |
D | hash_native_64.c | 35 #define DBG_LOW(fmt...) udbg_printf(fmt) macro 37 #define DBG_LOW(fmt...) macro 203 DBG_LOW(" insert(group=%lx, vpn=%016lx, pa=%016lx," in native_hpte_insert() 227 DBG_LOW(" i=%x hpte_v=%016lx, hpte_r=%016lx\n", in native_hpte_insert() 252 DBG_LOW(" remove(group=%lx)\n", hpte_group); in native_hpte_remove() 294 DBG_LOW(" update(vpn=%016lx, avpnv=%016lx, group=%lx, newpp=%lx)", in native_hpte_updatepp() 306 DBG_LOW(" -> miss\n"); in native_hpte_updatepp() 316 DBG_LOW(" -> hit\n"); in native_hpte_updatepp() 407 DBG_LOW(" invalidate(vpn=%016lx, hash: %lx)\n", vpn, slot); in native_hpte_invalidate()
|
D | hash_utils_64.c | 69 #define DBG_LOW(fmt...) udbg_printf(fmt) macro 71 #define DBG_LOW(fmt...) macro 1007 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm() 1016 DBG_LOW(" user region with no mm !\n"); in hash_page_mm() 1039 DBG_LOW(" mm=%p, mm->pgdir=%p, vsid=%016lx\n", mm, mm->pgd, vsid); in hash_page_mm() 1043 DBG_LOW("Bad address!\n"); in hash_page_mm() 1074 DBG_LOW(" no PTE !\n"); in hash_page_mm() 1086 DBG_LOW(" no access !\n"); in hash_page_mm() 1116 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm() 1118 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 247 DBG_LOW("kw_handle_interrupt(%s, isr: %x)\n", in kw_i2c_handle_interrupt() 283 DBG_LOW("KW: NAK on address\n"); in kw_i2c_handle_interrupt() 313 DBG_LOW("KW: nack on data write\n"); in kw_i2c_handle_interrupt()
|