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

/linux-master/arch/arm64/include/asm/
H A Dboot.h18 #define MIN_KIMG_ALIGN SZ_2M macro
H A Defi.h94 * respect to MIN_KIMG_ALIGN, the resulting virtual text addresses are
100 return efi_nokaslr ? MIN_KIMG_ALIGN : EFI_KIMG_ALIGN;
H A Dkernel-pgtable.h21 #if defined(PMD_SIZE) && PMD_SIZE <= MIN_KIMG_ALIGN
/linux-master/arch/arm64/kernel/
H A Dkaslr.c25 * The KASLR offset modulo MIN_KIMG_ALIGN is taken from the physical
27 * of less than MIN_KIMG_ALIGN means that no seed was provided.
29 if (kaslr_offset() < MIN_KIMG_ALIGN) {
H A Dkexec_image.c85 kbuf.buf_align = MIN_KIMG_ALIGN;
H A Dsetup.c316 if ((u64)_text % MIN_KIMG_ALIGN)
/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c208 u64 kaslr_offset = pa_base % MIN_KIMG_ALIGN;
245 kaslr_offset |= kaslr_seed & ~(MIN_KIMG_ALIGN - 1);

Completed in 283 milliseconds