Home
last modified time | relevance | path

Searched refs:MULTIBOOT_TAG_ALIGN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c686 size = roundup(size, MULTIBOOT_TAG_ALIGN); in module_size()
758 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
760 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
763 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
766 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
769 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
771 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
780 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
790 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
793 size = roundup2(size, MULTIBOOT_TAG_ALIGN); in mbi_size()
[all …]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.S118 .balign MULTIBOOT_TAG_ALIGN
133 .balign MULTIBOOT_TAG_ALIGN
141 .balign MULTIBOOT_TAG_ALIGN /* Alignment for the next tag */
H A Ddboot_multiboot2.c59 tag->mb_size, MULTIBOOT_TAG_ALIGN)); in dboot_multiboot2_next_tag()
/illumos-gate/usr/src/boot/efi/loader/
H A Dcopy.c52 roundup((uintptr_t)module + module->mb_size, MULTIBOOT_TAG_ALIGN)) { in addr_verify()
141 roundup((uintptr_t)mp + mp->mb_size, MULTIBOOT_TAG_ALIGN); in efi_physaddr()
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c75 P2ROUNDUP(tagp->mbh_size, MULTIBOOT_TAG_ALIGN)); in patch64_mb2()
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot2.h64 #define MULTIBOOT_TAG_ALIGN 8 macro