Searched refs:KERN_ALIGN (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/stand/uboot/lib/
H A Dcopy.c44 #define KERN_ALIGN (2 * 1024 * 1024) macro
46 #define KERN_ALIGN PAGE_SIZE macro
52 #define KERN_MINADDR max(KERN_ALIGN, (1024 * 1024))
103 subldr = rounddown2((uintptr_t)_start, KERN_ALIGN);
104 eubldr = roundup2((uint64_t)uboot_heap_end, KERN_ALIGN);
109 KERN_ALIGN);
111 si->mr[i].size, KERN_ALIGN);

Completed in 100 milliseconds