Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c73 #define TM_DEBUG(x...) printk(KERN_INFO x) macro
75 #define TM_DEBUG(x...) do { } while(0) macro
901 TM_DEBUG("--- tm_reclaim on pid %d (NIP=%lx, " in tm_reclaim_task()
909 TM_DEBUG("--- tm_reclaim on pid %d complete\n", in tm_reclaim_task()
968 TM_DEBUG("*** tm_recheckpoint of pid %d (new->msr 0x%lx)\n", in tm_recheckpoint_new_task()
980 TM_DEBUG("*** tm_recheckpoint of pid %d complete " in tm_recheckpoint_new_task()
Dtraps.c92 #define TM_DEBUG(x...) printk(KERN_INFO x) macro
94 #define TM_DEBUG(x...) do { } while(0) macro
1817 TM_DEBUG("FP Unavailable trap whilst transactional at 0x%lx, MSR=%lx\n", in fp_unavailable_tm()
1852 TM_DEBUG("Vector Unavailable trap whilst transactional at 0x%lx," in altivec_unavailable_tm()
1870 TM_DEBUG("VSX Unavailable trap whilst transactional at 0x%lx," in vsx_unavailable_tm()
/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas.h1526 #define TM_DEBUG (1 << 1) macro
Dmegaraid_sas_fusion.c4675 if (megasas_dbg_lvl & TM_DEBUG) in megasas_task_abort_fusion()