HomeSort by: relevance | last modified time | path
    Searched refs:EFIBOOT_ALIGN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/stand/efiboot/
efiboot_machdep.h 29 #ifndef EFIBOOT_ALIGN
30 #define EFIBOOT_ALIGN 0
exec.c 190 alloc_size = marks[MARK_END] - marks[MARK_START] + efi_fdt_alloc_size() + EFIBOOT_ALIGN;
208 load_offset = (addr + EFIBOOT_ALIGN - 1) & -EFIBOOT_ALIGN;

Completed in 11 milliseconds