Searched refs:MIN_KIMG_ALIGN (Results 1 – 3 of 3) sorted by relevance
82 preferred_offset = round_down(dram_base, MIN_KIMG_ALIGN) + TEXT_OFFSET; in handle_kernel_image()84 preferred_offset += MIN_KIMG_ALIGN; in handle_kernel_image()96 u32 mask = (MIN_KIMG_ALIGN - 1) & ~(EFI_KIMG_ALIGN - 1); in handle_kernel_image()116 MIN_KIMG_ALIGN, reserve_addr, in handle_kernel_image()147 MIN_KIMG_ALIGN, reserve_addr); in handle_kernel_image()
19 #define MIN_KIMG_ALIGN SZ_2M macro
120 and x23, x23, MIN_KIMG_ALIGN - 1 // KASLR offset, defaults to 0438 tst x23, ~(MIN_KIMG_ALIGN - 1) // already running randomized?