Searched refs:debug_info_t (Results 1 – 3 of 3) sorted by relevance
/arch/s390/include/asm/ |
D | debug.h | 77 } debug_info_t; typedef 79 typedef int (debug_header_proc_t) (debug_info_t* id, 85 typedef int (debug_format_proc_t) (debug_info_t* id, 88 typedef int (debug_prolog_proc_t) (debug_info_t* id, 91 typedef int (debug_input_proc_t) (debug_info_t* id, 97 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view, 115 debug_entry_t* debug_event_common(debug_info_t* id, int level, 118 debug_entry_t* debug_exception_common(debug_info_t* id, int level, 123 debug_info_t *debug_register(const char *name, int pages, int nr_areas, 126 debug_info_t *debug_register_mode(const char *name, int pages, int nr_areas, [all …]
|
D | kvm_host.h | 253 debug_info_t *dbf;
|
/arch/s390/kernel/ |
D | debug.c | 49 debug_info_t *debug_info_org; /* original debug information */ 50 debug_info_t *debug_info_snap; /* snapshot of debug information */ 76 static debug_info_t *debug_info_create(const char *name, int pages_per_area, 78 static void debug_info_get(debug_info_t *); 79 static void debug_info_put(debug_info_t *); 80 static int debug_prolog_level_fn(debug_info_t * id, 82 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view, 85 static int debug_prolog_pages_fn(debug_info_t * id, 87 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view, 90 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view, [all …]
|