Home
last modified time | relevance | path

Searched refs:TM_DEBUG (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kernel/
Dprocess.c63 #define TM_DEBUG(x...) printk(KERN_INFO x) macro
65 #define TM_DEBUG(x...) do { } while(0) macro
506 TM_DEBUG("--- tm_reclaim on pid %d (NIP=%lx, " in tm_reclaim_task()
514 TM_DEBUG("--- tm_reclaim on pid %d complete\n", in tm_reclaim_task()
553 TM_DEBUG("*** tm_recheckpoint of pid %d " in tm_recheckpoint_new_task()
576 TM_DEBUG("*** tm_recheckpoint of pid %d complete " in tm_recheckpoint_new_task()
Dtraps.c86 #define TM_DEBUG(x...) printk(KERN_INFO x) macro
88 #define TM_DEBUG(x...) do { } while(0) macro
1314 TM_DEBUG("FP Unavailable trap whilst transactional at 0x%lx, MSR=%lx\n", in fp_unavailable_tm()
1348 TM_DEBUG("Vector Unavailable trap whilst transactional at 0x%lx," in altivec_unavailable_tm()
1370 TM_DEBUG("VSX Unavailable trap whilst transactional at 0x%lx," in vsx_unavailable_tm()