Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Ddebug.c233 rc->active_pages = kzalloc_objs(int, nr_areas); in debug_info_alloc()
234 if (!rc->active_pages) in debug_info_alloc()
260 kfree(rc->active_pages); in debug_info_alloc()
296 kfree(db_info->active_pages); in debug_info_free()
353 rc->active_pages[i] = in->active_pages[i]; in debug_info_copy()
476 p_info->act_page = snap_id->active_pages[snap_id->active_area]; in debug_to_act_entry()
516 id->active_pages[id->active_area] == p_info->act_page && in debug_prev_entry()
883 id->active_pages = NULL; in debug_register_static()
898 copy->active_pages = NULL; in debug_register_static()
1017 id->active_pages[id->active_area] = in proceed_active_entry()
[all …]
/linux/arch/s390/include/asm/
H A Ddebug.h56 int *active_pages; member
436 static int VNAME(var, active_pages)[EARLY_AREAS] __initdata; \
451 .active_pages = VNAME(var, active_pages), \