Searched refs:TM_DEBUG (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | process.c | 72 #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 D | traps.c | 91 #define TM_DEBUG(x...) printk(KERN_INFO x) macro 93 #define TM_DEBUG(x...) do { } while(0) macro 1858 TM_DEBUG("FP Unavailable trap whilst transactional at 0x%lx, MSR=%lx\n", in fp_unavailable_tm() 1893 TM_DEBUG("Vector Unavailable trap whilst transactional at 0x%lx," in altivec_unavailable_tm() 1911 TM_DEBUG("VSX Unavailable trap whilst transactional at 0x%lx," in vsx_unavailable_tm()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | process.c | 70 #define TM_DEBUG(x...) printk(KERN_INFO x) macro 72 #define TM_DEBUG(x...) do { } while(0) macro 1005 TM_DEBUG("--- tm_reclaim on pid %d (NIP=%lx, " in tm_reclaim_task() 1013 TM_DEBUG("--- tm_reclaim on pid %d complete\n", in tm_reclaim_task() 1072 TM_DEBUG("*** tm_recheckpoint of pid %d (new->msr 0x%lx)\n", in tm_recheckpoint_new_task() 1084 TM_DEBUG("*** tm_recheckpoint of pid %d complete " in tm_recheckpoint_new_task()
|
H A D | traps.c | 93 #define TM_DEBUG(x...) printk(KERN_INFO x) macro 95 #define TM_DEBUG(x...) do { } while(0) macro 1863 TM_DEBUG("FP Unavailable trap whilst transactional at 0x%lx, MSR=%lx\n", in DEFINE_INTERRUPT_HANDLER() 1898 TM_DEBUG("Vector Unavailable trap whilst transactional at 0x%lx," in DEFINE_INTERRUPT_HANDLER() 1916 TM_DEBUG("VSX Unavailable trap whilst transactional at 0x%lx," in DEFINE_INTERRUPT_HANDLER()
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 1530 #define TM_DEBUG (1 << 1) macro
|
H A D | megaraid_sas_fusion.c | 4684 if (megasas_dbg_lvl & TM_DEBUG) in megasas_task_abort_fusion()
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas.h | 1532 #define TM_DEBUG (1 << 1) macro
|
H A D | megaraid_sas_fusion.c | 4796 if (megasas_dbg_lvl & TM_DEBUG) in megasas_task_abort_fusion()
|
Completed in 34 milliseconds