Searched refs:debug_exception_common (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/arch/s390/include/asm/ |
D | debug.h | 109 debug_entry_t *debug_exception_common(debug_info_t *id, int level, 289 return debug_exception_common(id, level, data, length); in debug_exception() 312 return debug_exception_common(id, level, &t, sizeof(unsigned int)); in debug_int_exception() 335 return debug_exception_common(id, level, &t, sizeof(unsigned long)); in debug_long_exception() 357 return debug_exception_common(id, level, txt, strlen(txt)); in debug_text_exception()
|
/linux-6.14.4/arch/s390/kernel/ |
D | debug.c | 1212 debug_entry_t *debug_exception_common(debug_info_t *id, int level, in debug_exception_common() function 1239 EXPORT_SYMBOL(debug_exception_common);
|