Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds