Searched refs:MIN_KIMG_ALIGN (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | riscv-stub.c | 19 #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 D | arm64-stub.c | 85 * 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 D | boot.h | 18 #define MIN_KIMG_ALIGN SZ_2M macro
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | boot.h | 18 #define MIN_KIMG_ALIGN SZ_2M macro
|
H A D | efi.h | 94 * 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 D | kaslr.c | 27 * 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 D | kexec_image.c | 85 kbuf.buf_align = MIN_KIMG_ALIGN; in image_load()
|
H A D | setup.c | 339 if ((u64)_text % MIN_KIMG_ALIGN) in setup_arch()
|
H A D | head.S | 879 and x23, x23, MIN_KIMG_ALIGN - 1
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | kexec_image.c | 86 kbuf.buf_align = MIN_KIMG_ALIGN; in image_load()
|
H A D | setup.c | 328 if (!efi_enabled(EFI_BOOT) && ((u64)_text % MIN_KIMG_ALIGN) != 0) in setup_arch()
|
H A D | head.S | 109 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