Searched refs:EFI_KIMG_ALIGN (Results 1 – 2 of 2) sorted by relevance
100 u64 min_kimg_align = efi_nokaslr ? MIN_KIMG_ALIGN : EFI_KIMG_ALIGN; in handle_kernel_image()122 if (!IS_ALIGNED((u64)_text, EFI_KIMG_ALIGN)) in handle_kernel_image()124 EFI_KIMG_ALIGN >> 10); in handle_kernel_image()
64 #define EFI_KIMG_ALIGN \ macro
Completed in 3 milliseconds