Home
last modified time | relevance | path

Searched refs:debug_entry_t (Results 1 – 2 of 2) sorted by relevance

/arch/s390/include/asm/
Ddebug.h27 typedef struct __debug_entry debug_entry_t; typedef
41 debug_entry_t*** areas;
55 debug_entry_t* entry,
71 int area, debug_entry_t* entry, char* out_buf);
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,
110 static inline debug_entry_t*
118 static inline debug_entry_t*
127 static inline debug_entry_t *
136 static inline debug_entry_t*
[all …]
/arch/s390/kernel/
Ddebug.c98 int area, debug_entry_t * entry, char *out_buf);
193 static debug_entry_t***
196 debug_entry_t*** areas; in debug_areas_alloc()
200 sizeof(debug_entry_t**), in debug_areas_alloc()
206 sizeof(debug_entry_t*),GFP_KERNEL); in debug_areas_alloc()
275 rc->entry_size = sizeof(debug_entry_t) + buf_size; in debug_info_alloc()
461 debug_entry_t *act_entry; in debug_format_entry()
471 act_entry = (debug_entry_t *) ((char*)id_snap->areas[p_info->act_area] in debug_format_entry()
765 debug_entry_t *** new_areas; in debug_set_size()
853 static inline debug_entry_t*
[all …]