Searched refs:areas (Results 1 – 6 of 6) sorted by relevance
/arch/s390/kernel/ |
D | debug.c | 181 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/ |
D | debug.h | 54 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/ |
D | vdk_axs10x_mb.dtsi | 117 * it maps areas outside of MB's 0xez-0xfz.
|
/arch/xtensa/ |
D | Kconfig | 698 lowermost 128 MB of memory linearly to the areas starting
|
/arch/arm64/ |
D | Kconfig | 1416 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/ |
D | Kconfig.debug | 15 who are working in architecture specific areas of the kernel.
|