Searched refs:DBG_LOW (Results 1 – 3 of 3) sorted by relevance
/openbmc/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()
|
H A D | hash_utils.c | 82 #define DBG_LOW(fmt...) udbg_printf(fmt) macro 84 #define DBG_LOW(fmt...) macro 1473 DBG_LOW(" user region with no mm !\n"); in hash_page_mm() 1506 DBG_LOW("Bad address!\n"); in hash_page_mm() 1537 DBG_LOW(" no PTE !\n"); in hash_page_mm() 1557 DBG_LOW(" no access !\n"); in hash_page_mm() 1587 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm() 1650 DBG_LOW(" o-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm() 1655 DBG_LOW(" -> rc=%d\n", rc); in hash_page_mm() 1929 DBG_LOW("flush_hash_page(vpn=%016lx)\n", vpn); in flush_hash_page() [all …]
|
/openbmc/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()
|