Searched refs:DEBUG_DATA (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | debug.c | 506 DEBUG_DATA(act_entry)); in debug_prev_entry() 1288 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); 1290 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); 1321 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in __debug_sprintf_exception() 1323 memset((DEBUG_DATA(active)) + len, 0, id->buf_size - len); 1370 curr_event = (debug_sprintf_entry_t *) DEBUG_DATA(active); in debug_register_view() 1406 curr_event = (debug_sprintf_entry_t *)DEBUG_DATA(active); in debug_unregister_view()
|
| /linux/arch/s390/include/asm/ |
| H A D | debug.h | 27 #define DEBUG_DATA(entry) (char *)(entry + 1) /* data is stored behind */ macro
|