Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Ddebug.h33 typedef struct debug_info { struct
34 struct debug_info *next; argument
35 struct debug_info *prev; argument
52 } debug_info_t; argument
/arch/unicore32/include/asm/
Dprocessor.h28 struct debug_info { struct
39 struct debug_info debug; argument
/arch/arm64/include/asm/
Dprocessor.h99 struct debug_info { struct
102 int suspended_step;
104 int bps_disabled;
105 int wps_disabled;
107 struct perf_event *hbp_break[ARM_MAX_BRP];
108 struct perf_event *hbp_watch[ARM_MAX_WRP];
/arch/arm/include/asm/
Dprocessor.h25 struct debug_info { struct
37 struct debug_info debug; argument
/arch/arm64/kernel/
Dhw_breakpoint.c227 struct debug_info *debug_info = &current->thread.debug; in hw_breakpoint_control() local
627 struct debug_info *debug_info; in breakpoint_handler() local
762 struct debug_info *debug_info; in watchpoint_handler() local
853 struct debug_info *debug_info = &current->thread.debug; in reinstall_suspended_bps() local
/arch/s390/kernel/
Ddebug.c545 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local