Searched refs:debug_exception_common (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | debug.h | 93 debug_entry_t *debug_exception_common(debug_info_t *id, int level, 270 	return debug_exception_common(id, level, data, length);  in debug_exception() 293 	return debug_exception_common(id, level, &t, sizeof(unsigned int));  in debug_int_exception() 316 	return debug_exception_common(id, level, &t, sizeof(unsigned long));  in debug_long_exception() 338 	return debug_exception_common(id, level, txt, strlen(txt));  in debug_text_exception()
  | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | debug.c | 976 debug_entry_t *debug_exception_common(debug_info_t *id, int level,  in debug_exception_common()  function 1003 EXPORT_SYMBOL(debug_exception_common);
  |