Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Ddebug.h91 debug_entry_t* debug_exception_common(debug_info_t* id, int level,
175 return debug_exception_common(id,level,data,length); in debug_exception()
184 return debug_exception_common(id,level,&t,sizeof(unsigned int)); in debug_int_exception()
193 return debug_exception_common(id,level,&t,sizeof(unsigned long)); in debug_long_exception()
201 return debug_exception_common(id,level,txt,strlen(txt)); in debug_text_exception()
/arch/s390/kernel/
Ddebug.c979 *debug_exception_common(debug_info_t * id, int level, const void *buf, int len) in debug_exception_common() function
999 EXPORT_SYMBOL(debug_exception_common);