Home
last modified time | relevance | path

Searched refs:mmap_length (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dreloc.c101 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()
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dmb_info.h149 unsigned long mmap_length; member
/xen-4.10.0-shim-comet/xen/include/xen/
A Dmultiboot.h89 u32 mmap_length; member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsetup.c840 while ( bytes < mbi->mmap_length && in __start_xen()

Completed in 6 milliseconds