Searched refs:mmap_length (Results 1 – 4 of 4) sorted by relevance
134 mbi_out->mmap_addr = copy_mem(mbi_out->mmap_addr, mbi_out->mmap_length); in mbi_reloc()220 mbi_out->mmap_length = get_mb2_data(tag, mmap, size); in mbi2_reloc()221 mbi_out->mmap_length -= sizeof(multiboot2_tag_mmap_t); in mbi2_reloc()222 mbi_out->mmap_length /= get_mb2_data(tag, mmap, entry_size); in mbi2_reloc()223 mbi_out->mmap_length *= sizeof(*mmap_dst); in mbi2_reloc()225 mbi_out->mmap_addr = alloc_mem(mbi_out->mmap_length); in mbi2_reloc()230 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
1017 while ( bytes < mbi->mmap_length && in __start_xen()
Completed in 9 milliseconds