Home
last modified time | relevance | path

Searched defs:debug_info (Results 1 – 4 of 4) sorted by relevance

/arch/s390/include/asm/
Ddebug.h58 typedef struct debug_info { struct
59 struct debug_info* next; argument
60 struct debug_info* prev; argument
77 } debug_info_t; argument
/arch/unicore32/include/asm/
Dprocessor.h37 struct debug_info { struct
48 struct debug_info debug; argument
/arch/arm/include/asm/
Dprocessor.h32 struct debug_info { struct
44 struct debug_info debug; argument
/arch/s390/kernel/
Ddebug.c609 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local