Searched refs:MIN_KIMG_ALIGN (Results 1 – 4 of 4) sorted by relevance
78 preferred_offset = round_down(dram_base, MIN_KIMG_ALIGN) + TEXT_OFFSET; in handle_kernel_image()80 preferred_offset += MIN_KIMG_ALIGN; in handle_kernel_image()92 u32 mask = (MIN_KIMG_ALIGN - 1) & ~(EFI_KIMG_ALIGN - 1); in handle_kernel_image()112 MIN_KIMG_ALIGN, reserve_addr, in handle_kernel_image()143 MIN_KIMG_ALIGN, reserve_addr); in handle_kernel_image()
19 #define MIN_KIMG_ALIGN SZ_2M macro
90 kbuf.buf_align = MIN_KIMG_ALIGN; in image_load()
112 and x23, x23, MIN_KIMG_ALIGN - 1 // KASLR offset, defaults to 0445 tst x23, ~(MIN_KIMG_ALIGN - 1) // already running randomized?