Searched refs:DEBUG_DATA (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | debug.c | 411 DEBUG_DATA(act_entry)); in debug_format_entry() 991 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_event_common() 993 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_event_common() 1024 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_exception_common() 1026 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_exception_common() 1073 curr_event = (debug_sprintf_entry_t *) DEBUG_DATA(active); in __debug_sprintf_event() 1109 curr_event = (debug_sprintf_entry_t *)DEBUG_DATA(active); in __debug_sprintf_exception()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | debug.c | 411 DEBUG_DATA(act_entry)); in debug_format_entry() 1037 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_event_common() 1039 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_event_common() 1070 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_exception_common() 1072 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); in debug_exception_common() 1119 curr_event = (debug_sprintf_entry_t *) DEBUG_DATA(active); in __debug_sprintf_event() 1155 curr_event = (debug_sprintf_entry_t *)DEBUG_DATA(active); in __debug_sprintf_exception()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | debug.h | 26 #define DEBUG_DATA(entry) (char *)(entry + 1) /* data is stored behind */ macro
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | debug.h | 27 #define DEBUG_DATA(entry) (char *)(entry + 1) /* data is stored behind */ macro
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | cosa.c | 197 #undef DEBUG_DATA //1 /* Dump the data read or written to the channel */ macro 1236 #ifdef DEBUG_DATA in cosa_start_tx() 1902 #ifdef DEBUG_DATA in eot_interrupt()
|
Completed in 8 milliseconds