Searched refs:DEBUG_DATA (Results 1 – 2 of 2) sorted by relevance
/arch/s390/kernel/ |
D | debug.c | 481 DEBUG_DATA(act_entry)); in debug_format_entry() 964 memset(DEBUG_DATA(active), 0, id->buf_size); in debug_event_common() 965 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_event_common() 992 memset(DEBUG_DATA(active), 0, id->buf_size); in debug_exception_common() 993 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_exception_common() 1042 curr_event=(debug_sprintf_entry_t *) DEBUG_DATA(active); in debug_sprintf_event() 1081 curr_event=(debug_sprintf_entry_t *)DEBUG_DATA(active); in debug_sprintf_exception()
|
/arch/s390/include/asm/ |
D | debug.h | 24 #define DEBUG_DATA(entry) (char*)(entry + 1) /* data is stored behind */ macro
|