Searched refs:DEBUG_DATA (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/s390/kernel/ |
| D | debug.c | 458 DEBUG_DATA(act_entry)); in debug_format_entry() 959 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_event_common() 961 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_event_common() 992 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_exception_common() 994 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_exception_common() 1041 curr_event = (debug_sprintf_entry_t *) DEBUG_DATA(active); in __debug_sprintf_event() 1077 curr_event = (debug_sprintf_entry_t *)DEBUG_DATA(active); in __debug_sprintf_exception()
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | debug.h | 26 #define DEBUG_DATA(entry) (char *)(entry + 1) /* data is stored behind */ macro
|
| /Linux-v5.4/drivers/net/wan/ |
| D | cosa.c | 197 #undef DEBUG_DATA //1 /* Dump the data read or written to the channel */ 1232 #ifdef DEBUG_DATA in cosa_start_tx() 1895 #ifdef DEBUG_DATA in eot_interrupt()
|