Home
last modified time | relevance | path

Searched refs:padPages (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc64/boot/
DaddSystemMap.c64 long padPages = 0; in main() local
163 padPages = sysmapStartOffs/4096 - roundedKernelPages; in main()
166 if (padPages < 0) in main()
170 padPages = 0; in main()
171 printf("will insert %lx pages between the vmlinux and the start of the sysmap \n", padPages); in main()
176 printf("will insert %lx pages between the vmlinux and the start of the sysmap \n", padPages); in main()
224 for (i=0; i<padPages; ++i) in main()
DaddRamDisk.c65 long padPages = 0; in main() local
171 padPages = offset_end/4096 - roundedKernelPages; in main()
174 if (padPages < 0) { in main()
178 padPages = 0; in main()
179 printf("will insert %lx pages between the vmlinux and the start of the ram disk \n", padPages); in main()
184 printf("will insert %lx pages between the vmlinux and the start of the ram disk \n", padPages); in main()
228 for (i=0; i<padPages; ++i) { in main()