Searched refs:end_pfn (Results 26 - 38 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dsparse.c164 unsigned long end_pfn)
169 for (pfn = start_pfn; pfn < end_pfn; pfn += PAGES_PER_SECTION) {
163 node_memmap_size_bytes(int nid, unsigned long start_pfn, unsigned long end_pfn) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsetup.c649 unsigned long start_pfn, end_pfn; local
657 end_pfn = max_pfn = PFN_DOWN(memory_end);
669 bmap_size = bootmem_bootmap_pages(end_pfn - start_pfn + 1);
696 bootmap_size = init_bootmem(start_pfn, end_pfn);
709 end_chunk = min(end_chunk, end_pfn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dinit.c235 unsigned long end_pfn; local
239 end_pfn = pmem_ranges[0].start_pfn + pmem_ranges[0].pages;
242 hole_pages = pmem_ranges[i].start_pfn - end_pfn;
244 pmem_holes[npmem_holes].start_pfn = end_pfn;
246 end_pfn += hole_pages;
248 end_pfn += pmem_ranges[i].pages;
251 pmem_ranges[0].pages = end_pfn - pmem_ranges[0].start_pfn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dinit.c360 unsigned long start_pfn, end_pfn; local
373 end_pfn = start_pfn + (total_memory >> PAGE_SHIFT);
374 add_active_range(0, start_pfn, end_pfn);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsuspend.c201 end = (unsigned long)pfn_to_kaddr(end_pfn);
H A Daperture.c243 } else if ((!no_iommu && end_pfn > MAX_DMA32_PFN) ||
H A Dmachine_kexec.c112 return init_level4_page(image, level4p, 0, end_pfn << PAGE_SHIFT);
H A Dpci-gart.c605 (!force_iommu && end_pfn <= MAX_DMA32_PFN) ||
608 if (end_pfn > MAX_DMA32_PFN) {
H A Dpci-calgary.c1116 specified_table_size = determine_tce_table_size(end_pfn * PAGE_SIZE);
1184 if (end_pfn > MAX_DMA32_PFN)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Ddiscontig.c77 printk(KERN_INFO "Node: %d, start_pfn: %ld, end_pfn: %ld\n",
89 unsigned long end_pfn)
91 unsigned long nr_pages = end_pfn - start_pfn;
88 node_memmap_size_bytes(int nid, unsigned long start_pfn, unsigned long end_pfn) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmm.h977 * add_active_range(node_id, start_pfn, end_pfn)
991 unsigned long end_pfn);
995 unsigned long end_pfn);
998 unsigned long end_pfn);
1000 unsigned long *start_pfn, unsigned long *end_pfn);
H A Dmmzone.h407 unsigned long end_pfn; member in struct:node_active_region
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c2061 unsigned long end_pfn, pages_avail; local
2069 end_pfn = last_valid_pfn;

Completed in 127 milliseconds

12