Home
last modified time | relevance | path

Searched refs:MIN_KIMG_ALIGN (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/firmware/efi/libstub/
Darm64-stub.c78 preferred_offset = round_down(dram_base, MIN_KIMG_ALIGN) + TEXT_OFFSET; in handle_kernel_image()
80 preferred_offset += MIN_KIMG_ALIGN; in handle_kernel_image()
92 u32 mask = (MIN_KIMG_ALIGN - 1) & ~(EFI_KIMG_ALIGN - 1); in handle_kernel_image()
112 MIN_KIMG_ALIGN, reserve_addr, in handle_kernel_image()
143 MIN_KIMG_ALIGN, reserve_addr); in handle_kernel_image()
/Linux-v5.4/arch/arm64/include/asm/
Dboot.h19 #define MIN_KIMG_ALIGN SZ_2M macro
/Linux-v5.4/arch/arm64/kernel/
Dkexec_image.c90 kbuf.buf_align = MIN_KIMG_ALIGN; in image_load()
Dhead.S112 and x23, x23, MIN_KIMG_ALIGN - 1 // KASLR offset, defaults to 0
445 tst x23, ~(MIN_KIMG_ALIGN - 1) // already running randomized?