Home
last modified time | relevance | path

Searched refs:length_high (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h115 unsigned long length_high; member
H A Dkernel.c149 (unsigned) mmap->length_high, in cmain()
H A Dmultiboot.h.texi115 unsigned long length_high;
H A Dkernel.c.texi149 (unsigned) mmap->length_high,
H A Dmultiboot.info758 12 | length_high |
767 `length_high' is the upper 32 bits, for a total of a 64-bit length.
1169 unsigned long length_high;
1419 (unsigned) mmap->length_high,
H A Dmultiboot.texi815 12 | length_high |
826 @samp{length_high} is the upper 32 bits, for a total of a 64-bit
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot.h96 uint32_t length_high; member
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c213 uint32_t length_high; member
815 return (((uint64_t)mp->length_high << 32) + in dboot_loader_mmap_get_length()
829 return (((uint64_t)map_buffer[index].length_high << 32) + in dboot_loader_mmap_get_length()