Lines Matching refs:areas
20 #define DEBUG_FLUSH_ALL -1 /* parameter to flush all areas */
54 debug_entry_t ***areas;
408 * Define static areas for early trace data. During boot debug_register_static()
409 * will replace these with dynamically allocated areas to allow custom page and
424 static debug_entry_t **VNAME(var, areas)[EARLY_AREAS] __initdata = { \
440 .areas = VNAME(var, areas), \
451 #define __REGISTER_STATIC_DEBUG_INFO(var, name, pages, areas, view) \
454 debug_register_static(&var, (pages), (areas)); \
466 * @nr_areas: Number of debug areas
476 * Note: Tracing will start with a fixed number of initial pages and areas.