Home
last modified time | relevance | path

Searched refs:debug_view (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h42 struct debug_view;
60 struct debug_view *views[DEBUG_MAX_VIEWS];
66 struct debug_view *view,
72 struct debug_view *view, char *out_buf,
75 struct debug_view *view,
78 struct debug_view *view,
83 int debug_dflt_header_fn(debug_info_t *id, struct debug_view *view,
86 struct debug_view { struct
95 extern struct debug_view debug_hex_ascii_view; argument
96 extern struct debug_view debug_sprintf_view;
[all …]
/openbmc/linux/arch/s390/kernel/
H A Ddebug.c52 struct debug_view *view; /* used view of debug info */
80 struct debug_view *view, char *out_buf);
85 struct debug_view *view, char *out_buf);
101 struct debug_view debug_hex_ascii_view = {
111 static struct debug_view debug_level_view = {
120 static struct debug_view debug_pages_view = {
129 static struct debug_view debug_flush_view = {
138 struct debug_view debug_sprintf_view = {
254 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *)); in debug_info_alloc()
389 struct debug_view *view = p_info->view; in debug_format_entry()
[all …]
/openbmc/linux/Documentation/arch/s390/
H A Ds390dbf.rst120 extern struct debug_view debug_hex_ascii_view;
122 extern struct debug_view debug_sprintf_view;
344 Views are specified with the 'debug_view' structure. There are defined
349 struct debug_view {
363 struct debug_view* view,
369 struct debug_view* view, char* out_buf,
372 struct debug_view* view,
375 struct debug_view* view,
428 debug_info_t *id, struct debug_view *view,
444 struct debug_view debug_test_view = {
/openbmc/linux/drivers/s390/net/
H A Dqeth_core.h67 struct debug_view *view;