Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 6 of 6) sorted by relevance

/arch/s390/kernel/
Ddebug.c181 debug_entry_t ***areas; in debug_areas_alloc() local
184 areas = kmalloc_array(nr_areas, sizeof(debug_entry_t **), GFP_KERNEL); in debug_areas_alloc()
185 if (!areas) in debug_areas_alloc()
189 areas[i] = kmalloc_array(pages_per_area, in debug_areas_alloc()
192 if (!areas[i]) in debug_areas_alloc()
195 areas[i][j] = kzalloc(PAGE_SIZE, GFP_KERNEL); in debug_areas_alloc()
196 if (!areas[i][j]) { in debug_areas_alloc()
198 kfree(areas[i][j]); in debug_areas_alloc()
199 kfree(areas[i]); in debug_areas_alloc()
204 return areas; in debug_areas_alloc()
[all …]
/arch/s390/include/asm/
Ddebug.h54 debug_entry_t ***areas; member
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) \ argument
454 debug_register_static(&var, (pages), (areas)); \
/arch/arc/boot/dts/
Dvdk_axs10x_mb.dtsi117 * it maps areas outside of MB's 0xez-0xfz.
/arch/xtensa/
DKconfig698 lowermost 128 MB of memory linearly to the areas starting
/arch/arm64/
DKconfig1416 bool "Apply r/o permissions of VM areas also to their linear aliases"
1419 Apply read-only attributes of VM areas to the linear alias of
/arch/arm/
DKconfig.debug15 who are working in architecture specific areas of the kernel.