Searched refs:ei_startpfn (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.c297 unsigned long ei_startpfn, ei_endpfn; local
300 ei_startpfn = round_up(ei->addr, PAGE_SIZE) >> PAGE_SHIFT;
305 if (ei_startpfn >= ei_endpfn)
315 ei_startpfn >= end_pfn)
319 if (ei_startpfn < start_pfn)
320 ei_startpfn = start_pfn;
325 if (ei_startpfn >= end_user_pfn)
330 add_active_range(nid, ei_startpfn, ei_endpfn);

Completed in 18 milliseconds