Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c72 #define TM_DEBUG(x...) printk(KERN_INFO x) macro
74 #define TM_DEBUG(x...) do { } while(0) macro
987 TM_DEBUG("--- tm_reclaim on pid %d (NIP=%lx, " in tm_reclaim_task()
995 TM_DEBUG("--- tm_reclaim on pid %d complete\n", in tm_reclaim_task()
1054 TM_DEBUG("*** tm_recheckpoint of pid %d (new->msr 0x%lx)\n", in tm_recheckpoint_new_task()
1066 TM_DEBUG("*** tm_recheckpoint of pid %d complete " in tm_recheckpoint_new_task()
H A Dtraps.c91 #define TM_DEBUG(x...) printk(KERN_INFO x) macro
93 #define TM_DEBUG(x...) do { } while(0) macro
1856 TM_DEBUG("FP Unavailable trap whilst transactional at 0x%lx, MSR=%lx\n", in fp_unavailable_tm()
1891 TM_DEBUG("Vector Unavailable trap whilst transactional at 0x%lx," in altivec_unavailable_tm()
1909 TM_DEBUG("VSX Unavailable trap whilst transactional at 0x%lx," in vsx_unavailable_tm()
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1528 #define TM_DEBUG (1 << 1) macro
H A Dmegaraid_sas_fusion.c4681 if (megasas_dbg_lvl & TM_DEBUG) in megasas_task_abort_fusion()