Lines Matching refs:__initdata
364 static unsigned long nr_kernel_pages __initdata; variable
365 static unsigned long nr_all_pages __initdata; variable
366 static unsigned long dma_reserve __initdata; variable
368 static unsigned long arch_zone_lowest_possible_pfn[MAX_NR_ZONES] __initdata;
369 static unsigned long arch_zone_highest_possible_pfn[MAX_NR_ZONES] __initdata;
370 static unsigned long required_kernelcore __initdata; variable
371 static unsigned long required_kernelcore_percent __initdata; variable
372 static unsigned long required_movablecore __initdata; variable
373 static unsigned long required_movablecore_percent __initdata; variable
374 static unsigned long zone_movable_pfn[MAX_NUMNODES] __initdata;
1809 static atomic_t pgdat_init_n_undone __initdata; variable
1810 static __initdata DECLARE_COMPLETION(pgdat_init_all_done_comp);