Searched refs:mmap_length (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/public/zircon/boot/
H A Dmultiboot.h67 uint32_t mmap_length; member in struct:multiboot_info
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dmultiboot-main.c23 info->mmap_length >= sizeof(memory_map_t)) {
26 (uintptr_t)mmap < info->mmap_addr + info->mmap_length;
41 (uintptr_t)mmap < info->mmap_addr + info->mmap_length;
/fuchsia/zircon/kernel/platform/pc/
H A Dmemory.cpp384 if ((seq->info->flags & MB_INFO_MMAP) && (seq->info->mmap_addr != 0) && (seq->info->mmap_length > 0)) {
390 seq->count = static_cast<int>(seq->info->mmap_length / sizeof(memory_map_t));

Completed in 34 milliseconds