Searched refs:debug_info_t (Results 1 – 5 of 5) sorted by relevance
/arch/s390/include/asm/ |
D | debug.h | 50 } debug_info_t; typedef 52 typedef int (debug_header_proc_t) (debug_info_t* id, 58 typedef int (debug_format_proc_t) (debug_info_t* id, 61 typedef int (debug_prolog_proc_t) (debug_info_t* id, 64 typedef int (debug_input_proc_t) (debug_info_t* id, 70 int debug_dflt_header_fn(debug_info_t* id, struct debug_view* view, 88 debug_entry_t* debug_event_common(debug_info_t* id, int level, 91 debug_entry_t* debug_exception_common(debug_info_t* id, int level, 96 debug_info_t *debug_register(const char *name, int pages, int nr_areas, 99 debug_info_t *debug_register_mode(const char *name, int pages, int nr_areas, [all …]
|
D | pci_debug.h | 6 extern debug_info_t *pci_debug_msg_id; 7 extern debug_info_t *pci_debug_err_id;
|
D | kvm_host.h | 262 debug_info_t *dbf;
|
/arch/s390/kernel/ |
D | debug.c | 48 debug_info_t *debug_info_org; /* original debug information */ 49 debug_info_t *debug_info_snap; /* snapshot of debug information */ 75 static debug_info_t *debug_info_create(const char *name, int pages_per_area, 77 static void debug_info_get(debug_info_t *); 78 static void debug_info_put(debug_info_t *); 79 static int debug_prolog_level_fn(debug_info_t * id, 81 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view, 84 static int debug_prolog_pages_fn(debug_info_t * id, 86 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view, 89 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view, [all …]
|
/arch/s390/pci/ |
D | pci_debug.c | 21 debug_info_t *pci_debug_msg_id; 23 debug_info_t *pci_debug_err_id;
|