Searched refs:ALIGN_UP (Results 1 – 5 of 5) sorted by relevance
| /misc/efi-stub/ |
| A D | boot.c | 402 ALIGN_UP(hvld->get_boot_cmdsize(hvld), MULTIBOOT2_TAG_ALIGN)) \ in get_mbi2_size() 406 ALIGN_UP(BOOT_LOADER_NAME_SIZE, MULTIBOOT2_TAG_ALIGN)) \ in get_mbi2_size() 413 + ALIGN_UP((sizeof(struct multiboot2_tag_mmap) + \ in get_mbi2_size() 417 + ALIGN_UP(sizeof(struct multiboot2_tag_new_acpi) + \ in get_mbi2_size() 424 + ALIGN_UP(sizeof(struct multiboot2_tag_efi_mmap) + \ in get_mbi2_size() 485 p += ALIGN_UP(tag->size, MULTIBOOT2_TAG_ALIGN) / sizeof(uint64_t); in construct_mbi2() 494 p += ALIGN_UP(tag->size, MULTIBOOT2_TAG_ALIGN) / sizeof(uint64_t); in construct_mbi2() 537 p += ALIGN_UP(tag->size, MULTIBOOT2_TAG_ALIGN) / sizeof(uint64_t); in construct_mbi2() 546 p += ALIGN_UP(tag->size, MULTIBOOT2_TAG_ALIGN) / sizeof(uint64_t); in construct_mbi2() 555 p += ALIGN_UP(tag->size, MULTIBOOT2_TAG_ALIGN) / sizeof(uint64_t); in construct_mbi2() [all …]
|
| A D | multiboot.c | 106 …tag = (struct multiboot2_header_tag *)((uint32_t *)tag + ALIGN_UP(tag->size, MULTIBOOT2_TAG_ALIGN)… in parse_mb2header()
|
| A D | elf32.c | 105 ram_high = MAX(ram_high, ALIGN_UP(phdr->p_paddr + phdr->p_memsz, phdr->p_align)); in elf_calc_link_addr_range()
|
| A D | container.c | 343 ctr->total_modsize += ALIGN_UP(ctr->lzh_ptr[i]->Size, EFI_PAGE_SIZE); in container_load_modules() 364 …err = emalloc_fixed_addr(&(ctr->mod_hpa), hv_ram_size, ctr->hv_hpa + ALIGN_UP(hv_ram_size, EFI_PAG… in container_load_modules() 380 p += ALIGN_UP(lzh->Size, EFI_PAGE_SIZE); in container_load_modules()
|
| A D | boot.h | 68 #define ALIGN_UP(addr, align) \ macro
|
Completed in 12 milliseconds