Searched refs:headroom (Results 1 – 2 of 2) sorted by relevance
79 unsigned long headroom; in bzimage_headroom() local95 headroom = output_length(image_start, image_length); in bzimage_headroom()98 headroom += headroom >> 12; /* Add 8 bytes for every 32K input block */ in bzimage_headroom()99 headroom += (32768 + 18); /* Add 32K + 18 bytes of extra headroom */ in bzimage_headroom()101 headroom += image_length; in bzimage_headroom()102 headroom = (headroom + 4095) & ~4095; in bzimage_headroom()104 return headroom; in bzimage_headroom()
1127 unsigned long headroom = j ? 0 : modules_headroom; in __start_xen() local1128 unsigned long size = PAGE_ALIGN(headroom + mod[j].mod_end); in __start_xen()1141 (headroom || in __start_xen()1144 move_memory(end - size + headroom, in __start_xen()1148 mod[j].mod_end += headroom; in __start_xen()
Completed in 6 milliseconds