Searched refs:DBG_LOW (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/platforms/cell/ |
D | beat_htab.c | 38 #define DBG_LOW(fmt...) do { udbg_printf(fmt); } while (0) macro 40 #define DBG_LOW(fmt...) do { } while (0) macro 102 DBG_LOW("hpte_insert(group=%lx, va=%016lx, pa=%016lx, " in beat_lpar_hpte_insert() 111 DBG_LOW(" hpte_v=%016lx, hpte_r=%016lx\n", hpte_v, hpte_r); in beat_lpar_hpte_insert() 120 DBG_LOW(" full\n"); in beat_lpar_hpte_insert() 136 DBG_LOW(" lpar err %lx\n", lpar_rc); in beat_lpar_hpte_insert() 140 DBG_LOW(" -> slot: %lx\n", slot); in beat_lpar_hpte_insert() 148 DBG_LOW("hpte_remove(group=%lx)\n", hpte_group); in beat_lpar_hpte_remove() 197 DBG_LOW(" update: " in beat_lpar_hpte_updatepp() 204 DBG_LOW("not found !\n"); in beat_lpar_hpte_updatepp() [all …]
|
/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() 308 DBG_LOW(" -> miss\n"); in native_hpte_updatepp() 311 DBG_LOW(" -> hit\n"); in native_hpte_updatepp() 394 DBG_LOW(" invalidate(vpn=%016lx, hash: %lx)\n", vpn, slot); in native_hpte_invalidate()
|
D | hash_utils_64.c | 68 #define DBG_LOW(fmt...) udbg_printf(fmt) macro 70 #define DBG_LOW(fmt...) macro 1003 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm() 1011 DBG_LOW(" user region with no mm !\n"); in hash_page_mm() 1034 DBG_LOW(" mm=%p, mm->pgdir=%p, vsid=%016lx\n", mm, mm->pgd, vsid); in hash_page_mm() 1038 DBG_LOW("Bad address!\n"); in hash_page_mm() 1069 DBG_LOW(" no PTE !\n"); in hash_page_mm() 1081 DBG_LOW(" no access !\n"); in hash_page_mm() 1111 DBG_LOW(" i-pte: %016lx\n", pte_val(*ptep)); in hash_page_mm() 1113 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()
|