Lines Matching refs:page_size
51 printf("%spage size: %x\n", p, hdr->page_size);
98 len = hdr->page_size + in android_size()
99 ALIGN(hdr->kernel_size, hdr->page_size) + in android_size()
100 ALIGN(hdr->ramdisk_size, hdr->page_size) + in android_size()
101 ALIGN(hdr->second_size, hdr->page_size); in android_size()
103 len += ALIGN(hdr->recovery_dtbo_size, hdr->page_size); in android_size()
105 len += ALIGN(hdr->dtb_size, hdr->page_size); in android_size()
164 buf = (void *)hdr + hdr->page_size; in spl_hash_android()
168 buf += ALIGN(hdr->kernel_size, hdr->page_size); in spl_hash_android()
172 buf += ALIGN(hdr->ramdisk_size, hdr->page_size); in spl_hash_android()
177 buf += ALIGN(hdr->second_size, hdr->page_size); in spl_hash_android()
182 buf += ALIGN(hdr->recovery_dtbo_size, hdr->page_size); in spl_hash_android()
231 buf = (void *)hdr + hdr->page_size; in spl_hash_android()
235 buf += ALIGN(hdr->kernel_size, hdr->page_size); in spl_hash_android()
239 buf += ALIGN(hdr->ramdisk_size, hdr->page_size); in spl_hash_android()
244 buf += ALIGN(hdr->second_size, hdr->page_size); in spl_hash_android()
249 buf += ALIGN(hdr->recovery_dtbo_size, hdr->page_size); in spl_hash_android()