Home
last modified time | relevance | path

Searched refs:debug_info_t (Results 1 – 14 of 14) sorted by relevance

/arch/s390/include/asm/
A Ddebug.h63 } debug_info_t; typedef
65 typedef int (debug_header_proc_t) (debug_info_t *id,
71 typedef int (debug_format_proc_t) (debug_info_t *id,
75 typedef int (debug_prolog_proc_t) (debug_info_t *id,
78 typedef int (debug_input_proc_t) (debug_info_t *id,
121 ssize_t debug_dump(debug_info_t *id, struct debug_view *view,
124 void debug_unregister(debug_info_t *id);
126 void debug_set_level(debug_info_t *id, int new_level);
259 debug_info_t *__id = _id; \
389 debug_info_t *__id = _id; \
[all …]
A Dpci_debug.h7 extern debug_info_t *pci_debug_msg_id;
8 extern debug_info_t *pci_debug_err_id;
A Dkvm_host.h638 debug_info_t *dbf;
/arch/s390/kernel/
A Ddebug.c98 static void debug_areas_swap(debug_info_t *a, debug_info_t *b);
99 static void debug_events_append(debug_info_t *dest, debug_info_t *src);
226 debug_info_t *rc; in debug_info_alloc()
310 debug_info_t *rc; in debug_info_create()
327 static debug_info_t *debug_info_copy(debug_info_t *in, int mode) in debug_info_copy()
330 debug_info_t *rc; in debug_info_copy()
438 debug_info_t *id; in debug_next_entry()
495 debug_info_t *id; in debug_prev_entry()
869 debug_info_t *copy; in debug_register_static()
1046 static void debug_areas_swap(debug_info_t *a, debug_info_t *b) in debug_areas_swap()
[all …]
A Dwti.c44 static debug_info_t *wti_dbg;
A Dcert_store.c45 static debug_info_t *cert_store_dbf;
46 static debug_info_t *cert_store_hexdump;
A Dperf_pai_ext.c26 static debug_info_t *paiext_dbg;
A Dperf_pai_crypto.c22 static debug_info_t *cfm_dbg;
A Dperf_cpum_cf.c96 static debug_info_t *cf_dbg;
A Dperf_cpum_sf.c116 static debug_info_t *sfdbg;
/arch/s390/pci/
A Dpci_report.c53 static int debug_log_header_fn(debug_info_t *id, struct debug_view *view, in debug_log_header_fn()
76 static int debug_prolog_header(debug_info_t *id, struct debug_view *view, in debug_prolog_header()
A Dpci_debug.c22 debug_info_t *pci_debug_msg_id;
24 debug_info_t *pci_debug_err_id;
/arch/s390/kvm/
A Dkvm-s390.h49 extern debug_info_t *kvm_s390_dbf;
50 extern debug_info_t *kvm_s390_dbf_uv;
A Dkvm-s390.c268 debug_info_t *kvm_s390_dbf;
269 debug_info_t *kvm_s390_dbf_uv;

Completed in 41 milliseconds