Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Ddebug.h54 typedef struct __debug_entry debug_entry_t; typedef
68 debug_entry_t*** areas;
82 debug_entry_t* entry,
98 int area, debug_entry_t* entry, char* out_buf);
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,
137 static inline debug_entry_t*
145 static inline debug_entry_t*
154 static inline debug_entry_t *
163 static inline debug_entry_t*
[all …]
/arch/s390/kernel/
Ddebug.c99 int area, debug_entry_t * entry, char *out_buf);
191 static debug_entry_t***
194 debug_entry_t*** areas; in debug_areas_alloc()
198 sizeof(debug_entry_t**), in debug_areas_alloc()
204 sizeof(debug_entry_t*),GFP_KERNEL); in debug_areas_alloc()
273 rc->entry_size = sizeof(debug_entry_t) + buf_size; in debug_info_alloc()
459 debug_entry_t *act_entry; in debug_format_entry()
469 act_entry = (debug_entry_t *) ((char*)id_snap->areas[p_info->act_area] in debug_format_entry()
761 debug_entry_t *** new_areas; in debug_set_size()
849 static inline debug_entry_t*
[all …]