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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c100 int after_bootmem; variable
105 if (after_bootmem)
110 panic("set_pte_phys: cannot allocate page data %s\n", after_bootmem?"after bootmem":"");
184 if (after_bootmem) {
202 if (after_bootmem)
262 if (!after_bootmem)
300 if (!after_bootmem && !e820_any_mapped(addr,addr+PUD_SIZE,0)) {
360 if (!after_bootmem)
371 if (after_bootmem)
380 if (!after_bootmem)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dinit.c36 int after_bootmem = 0; variable
151 after_bootmem = 1;
H A Dioremap.c247 extern int after_bootmem;
250 if (after_bootmem) {

Completed in 110 milliseconds