Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h113 unsigned long base_addr_high; member
H A Dkernel.c147 (unsigned) mmap->base_addr_high, in cmain()
H A Dmultiboot.h.texi113 unsigned long base_addr_high;
H A Dkernel.c.texi147 (unsigned) mmap->base_addr_high,
H A Dmultiboot.info756 4 | base_addr_high |
764 lower 32 bits of the starting address, and `base_addr_high' is the
1167 unsigned long base_addr_high;
1417 (unsigned) mmap->base_addr_high,
H A Dmultiboot.texi813 4 | base_addr_high |
823 lower 32 bits of the starting address, and @samp{base_addr_high} is the
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot.h94 uint32_t base_addr_high; member
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c211 uint32_t base_addr_high; member
776 return (((uint64_t)mp->base_addr_high << 32) + in dboot_loader_mmap_get_base()
790 return (((uint64_t)map_buffer[index].base_addr_high << 32) + in dboot_loader_mmap_get_base()