Searched refs:padPages (Results 1 – 2 of 2) sorted by relevance
64 long padPages = 0; in main() local163 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()
65 long padPages = 0; in main() local171 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()