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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A De820.c48 static unsigned long __initdata end_user_pfn = MAXMEM>>PAGE_SHIFT; variable
186 if (end_pfn > end_user_pfn)
187 end_pfn = end_user_pfn;
324 /* Obey end_user_pfn to save on memmap */
325 if (ei_startpfn >= end_user_pfn)
327 if (ei_endpfn > end_user_pfn)
328 ei_endpfn = end_user_pfn;
601 end_user_pfn = memparse(p, &p);
602 end_user_pfn >>= PAGE_SHIFT;
645 end_user_pfn
[all...]

Completed in 42 milliseconds