Home
last modified time | relevance | path

Searched refs:DEBUG_DATA (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Ddebug.c411 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()
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h27 #define DEBUG_DATA(entry) (char *)(entry + 1) /* data is stored behind */ macro