Searched refs:MIN_KIMG_ALIGN (Results 1 – 6 of 6) sorted by relevance
19 #define MIN_KIMG_ALIGN SZ_2M macro21 #define MIN_KIMG_ALIGN SZ_4M macro103 preferred_addr = MIN_KIMG_ALIGN; in handle_kernel_image()105 preferred_addr, MIN_KIMG_ALIGN, 0x0); in handle_kernel_image()
100 u64 min_kimg_align = efi_nokaslr ? MIN_KIMG_ALIGN : EFI_KIMG_ALIGN; in handle_kernel_image()
18 #define MIN_KIMG_ALIGN SZ_2M macro
86 kbuf.buf_align = MIN_KIMG_ALIGN; in image_load()
109 and x23, x23, MIN_KIMG_ALIGN - 1 // KASLR offset, defaults to 0455 tst x23, ~(MIN_KIMG_ALIGN - 1) // already running randomized?
343 if (!efi_enabled(EFI_BOOT) && ((u64)_text % MIN_KIMG_ALIGN) != 0) in setup_arch()