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

/arch/m32r/mm/
H A Ddiscontig.c31 unsigned long free_pfn; member in struct:__anon1850
40 unsigned long start_pfn, holes, free_pfn; local
50 mp->free_pfn = PFN_UP(__pa(_end));
54 start_pfn = free_pfn = PFN_UP(CONFIG_IRAM_START);
62 holes = free_pfn - start_pfn;
68 mp->free_pfn = PFN_UP(CONFIG_IRAM_START);
89 bootmap_size = init_bootmem_node(NODE_DATA(nid), mp->free_pfn,
96 PFN_PHYS(mp->free_pfn - mp->start_pfn) + bootmap_size,
/arch/mn10300/kernel/
H A Dsetup.c95 unsigned long kstart_pfn, start_pfn, free_pfn, end_pfn; local
127 free_pfn = PFN_UP(__pa(&_end));
131 free_pfn,
139 free_bootmem(PFN_PHYS(free_pfn),
140 PFN_PHYS(end_pfn - free_pfn));
149 reserve_bootmem(PAGE_ALIGN(PFN_PHYS(free_pfn)), bootmap_size,

Completed in 450 milliseconds