Searched refs:mmap_length (Results 1 – 4 of 4) sorted by relevance
101 mbi_out->mmap_addr = copy_mem(mbi_out->mmap_addr, mbi_out->mmap_length); in mbi_reloc()182 mbi_out->mmap_length = get_mb2_data(tag, mmap, size); in mbi2_reloc()183 mbi_out->mmap_length -= sizeof(multiboot2_tag_mmap_t); in mbi2_reloc()184 mbi_out->mmap_length /= get_mb2_data(tag, mmap, entry_size); in mbi2_reloc()185 mbi_out->mmap_length *= sizeof(*mmap_dst); in mbi2_reloc()187 mbi_out->mmap_addr = alloc_mem(mbi_out->mmap_length); in mbi2_reloc()192 for ( i = 0; i < mbi_out->mmap_length / sizeof(*mmap_dst); i++ ) in mbi2_reloc()
149 unsigned long mmap_length; member
89 u32 mmap_length; member
840 while ( bytes < mbi->mmap_length && in __start_xen()
Completed in 6 milliseconds