Searched refs:debug_exception_common (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/s390/include/asm/ |
D | debug.h | 93 debug_entry_t *debug_exception_common(debug_info_t *id, int level, 180 return debug_exception_common(id, level, data, length); in debug_exception() 190 return debug_exception_common(id, level, &t, sizeof(unsigned int)); in debug_int_exception() 200 return debug_exception_common(id, level, &t, sizeof(unsigned long)); in debug_long_exception() 208 return debug_exception_common(id, level, txt, strlen(txt)); in debug_text_exception()
|
/Linux-v4.19/arch/s390/kernel/ |
D | debug.c | 925 debug_entry_t *debug_exception_common(debug_info_t *id, int level, in debug_exception_common() function 952 EXPORT_SYMBOL(debug_exception_common);
|