Searched refs:rounded_new_module_size (Results 1 – 1 of 1) sorted by relevance
214 long new_module_size, rounded_new_module_size; in load_module() local223 rounded_new_module_size = (new_module_size + PAGE_SIZE - 1) & PAGE_MASK; in load_module()238 (multiboot_next_module - module_image) + rounded_new_module_size + PAGE_SIZE); in load_module()255 multiboot_next_module += rounded_new_module_size; in load_module()
Completed in 3 milliseconds