Searched refs:debug_exception_common (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/s390/include/asm/ |
D | debug.h | 103 debug_entry_t *debug_exception_common(debug_info_t *id, int level, 280 return debug_exception_common(id, level, data, length); in debug_exception() 303 return debug_exception_common(id, level, &t, sizeof(unsigned int)); in debug_int_exception() 326 return debug_exception_common(id, level, &t, sizeof(unsigned long)); in debug_long_exception() 348 return debug_exception_common(id, level, txt, strlen(txt)); in debug_text_exception()
|
/linux-6.1.9/arch/s390/kernel/ |
D | debug.c | 1064 debug_entry_t *debug_exception_common(debug_info_t *id, int level, in debug_exception_common() function 1091 EXPORT_SYMBOL(debug_exception_common);
|