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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/mm/
H A Ddiscontig.c32 unsigned long free_pfn; member in struct:__anon3565
38 unsigned long start_pfn, holes, free_pfn; local
48 mp->free_pfn = PFN_UP(__pa(_end));
52 start_pfn = free_pfn = PFN_UP(CONFIG_IRAM_START);
60 holes = free_pfn - start_pfn;
66 mp->free_pfn = PFN_UP(CONFIG_IRAM_START);
87 bootmap_size = init_bootmem_node(NODE_DATA(nid), mp->free_pfn,
94 PFN_PHYS(mp->free_pfn - mp->start_pfn) + bootmap_size);

Completed in 50 milliseconds