Searched refs:after_bootmem (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dinit.c24 int after_bootmem; variable
267 if (!after_bootmem)
281 if (!after_bootmem && !start) {
301 if (!after_bootmem && e820_table_end > e820_table_start)
305 if (!after_bootmem)
H A Dinit_64.c102 * (alloc_bootmem_pages). It's safe to do it ONLY when after_bootmem == 0.
108 if (after_bootmem)
115 after_bootmem ? "after bootmem" : "");
285 if (after_bootmem) {
303 if (after_bootmem)
322 if (!after_bootmem) {
378 if (!after_bootmem) {
464 if (!after_bootmem &&
696 after_bootmem = 1;
H A Dinit_32.c86 if (after_bootmem)
113 if (after_bootmem) {
169 BUG_ON(after_bootmem);
815 after_bootmem = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmm.h1206 extern int after_bootmem;

Completed in 65 milliseconds