Searched refs:__initdata_memblock (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/mm/
H A Dmemblock.c28 static struct memblock_region memblock_memory_init_regions[INIT_MEMBLOCK_REGIONS] __initdata_memblock; variable in typeref:struct:memblock_memory_init_regions
29 static struct memblock_region memblock_reserved_init_regions[INIT_MEMBLOCK_REGIONS] __initdata_memblock; variable in typeref:struct:memblock_reserved_init_regions
31 static struct memblock_region memblock_physmem_init_regions[INIT_PHYSMEM_REGIONS] __initdata_memblock; variable in typeref:struct:memblock_physmem_init_regions
34 struct memblock memblock __initdata_memblock = { variable in typeref:struct:memblock
53 int memblock_debug __initdata_memblock; variable
55 bool movable_node_enabled __initdata_memblock = false; variable
57 static int memblock_can_resize __initdata_memblock; variable
58 static int memblock_memory_in_slab __initdata_memblock = 0; variable
59 static int memblock_reserved_in_slab __initdata_memblock = 0; variable
/linux-4.1.27/include/linux/
H A Dmemblock.h362 #define __initdata_memblock __meminitdata macro
365 #define __initdata_memblock macro
/linux-4.1.27/scripts/
H A Dtags.sh157 -I __cpuinitdata,__initdata_memblock \

Completed in 107 milliseconds