Home
last modified time | relevance | path

Searched refs:MAX_FDT_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dfdt.c208 #ifndef MAX_FDT_SIZE
209 # define MAX_FDT_SIZE SZ_2M macro
276 status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX); in allocate_new_fdt_and_exit_boot()
283 (void *)*new_fdt_addr, MAX_FDT_SIZE, cmdline_ptr); in allocate_new_fdt_and_exit_boot()
334 efi_free(MAX_FDT_SIZE, *new_fdt_addr); in allocate_new_fdt_and_exit_boot()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dboot.h13 #define MAX_FDT_SIZE SZ_2M macro
A Dfixmap.h47 #define FIX_FDT_SIZE (MAX_FDT_SIZE + SZ_2M)
A Dkernel-pgtable.h91 #define INIT_IDMAP_DIR_PAGES EARLY_PAGES(KIMAGE_VADDR, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE, 1)
/linux-6.3-rc2/arch/arm64/kernel/
A Dhead.S384 adrp x6, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE
403 add x3, x2, #MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE
/linux-6.3-rc2/arch/arm64/mm/
A Dmmu.c1329 if (*size > MAX_FDT_SIZE) in fixmap_remap_fdt()

Completed in 12 milliseconds