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.h37 struct debug_info { struct
48 struct debug_info debug; argument
/arch/arm64/include/asm/
Dprocessor.h84 struct debug_info { struct
87 int suspended_step;
89 int bps_disabled;
90 int wps_disabled;
92 struct perf_event *hbp_break[ARM_MAX_BRP];
93 struct perf_event *hbp_watch[ARM_MAX_WRP];
/arch/arm/include/asm/
Dprocessor.h33 struct debug_info { struct
45 struct debug_info debug; argument
/arch/arm64/kernel/
Dhw_breakpoint.c239 struct debug_info *debug_info = &current->thread.debug; in hw_breakpoint_control() local
635 struct debug_info *debug_info; in breakpoint_handler() local
749 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.c612 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local