Searched refs:pr_hardcont (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/mm/ |
D | mmu_context_nohash.c | 37 #define pr_hardcont(args...) printk(KERN_CONT args) macro 40 #define pr_hardcont(args...) do { } while(0) macro 106 pr_hardcont(" | steal %d from 0x%p", id, mm); in steal_context_smp() 149 pr_hardcont(" | steal %d from 0x%p", id, mm); in steal_all_contexts() 184 pr_hardcont(" | steal %d from 0x%p", id, mm); in steal_context_up() 244 pr_hardcont(" (old=0x%p a=%d)", prev, prev->context.active); in switch_mmu_context() 297 pr_hardcont(" | new id=%d,nrf=%d", id, nr_free_contexts); in switch_mmu_context() 306 pr_hardcont(" | stale flush %d [%d..%d]", in switch_mmu_context() 321 pr_hardcont(" -> %d\n", id); in switch_mmu_context()
|