Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Driscv-stub.c19 #define MIN_KIMG_ALIGN SZ_2M macro
21 #define MIN_KIMG_ALIGN SZ_4M macro
103 preferred_addr = MIN_KIMG_ALIGN; in handle_kernel_image()
105 preferred_addr, MIN_KIMG_ALIGN, 0x0); in handle_kernel_image()
H A Darm64-stub.c85 * respect to MIN_KIMG_ALIGN, the resulting virtual text addresses are in handle_kernel_image()
91 u64 min_kimg_align = efi_nokaslr ? MIN_KIMG_ALIGN : EFI_KIMG_ALIGN; in handle_kernel_image()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dboot.h18 #define MIN_KIMG_ALIGN SZ_2M macro
/kernel/linux/linux-6.6/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 in efi_get_kimg_min_align()
100 return efi_nokaslr ? MIN_KIMG_ALIGN : EFI_KIMG_ALIGN; in efi_get_kimg_min_align()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dkaslr.c27 * The KASLR offset modulo MIN_KIMG_ALIGN is taken from the physical in kaslr_init()
29 * of less than MIN_KIMG_ALIGN means that no seed was provided. in kaslr_init()
31 if (kaslr_offset() < MIN_KIMG_ALIGN) { in kaslr_init()
H A Dkexec_image.c85 kbuf.buf_align = MIN_KIMG_ALIGN; in image_load()
H A Dsetup.c339 if ((u64)_text % MIN_KIMG_ALIGN) in setup_arch()
H A Dhead.S879 and x23, x23, MIN_KIMG_ALIGN - 1
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dkexec_image.c86 kbuf.buf_align = MIN_KIMG_ALIGN; in image_load()
H A Dsetup.c328 if (!efi_enabled(EFI_BOOT) && ((u64)_text % MIN_KIMG_ALIGN) != 0) in setup_arch()
H A Dhead.S109 and x23, x23, MIN_KIMG_ALIGN - 1 // KASLR offset, defaults to 0
456 tst x23, ~(MIN_KIMG_ALIGN - 1) // already running randomized?

Completed in 5 milliseconds