Searched refs:MAX_FDT_SIZE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dboot.h13 #define MAX_FDT_SIZE SZ_2M macro
H A Dfixmap.h42 * that does not exceed MAX_FDT_SIZE can be mapped regardless of
46 FIX_FDT = FIX_FDT_END + DIV_ROUND_UP(MAX_FDT_SIZE, PAGE_SIZE) + 1,
H A Dkernel-pgtable.h65 #define INIT_IDMAP_FDT_PAGES (EARLY_PAGES(INIT_IDMAP_PGTABLE_LEVELS, 0UL, UL(MAX_FDT_SIZE), 1) - 1)
/linux-master/drivers/firmware/efi/libstub/
H 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);
283 (void *)*new_fdt_addr, MAX_FDT_SIZE, cmdline_ptr);
334 efi_free(MAX_FDT_SIZE, *new_fdt_addr);
/linux-master/arch/arm64/mm/
H A Dfixmap.c163 if (*size > MAX_FDT_SIZE)
/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c191 u64 efdt = fdt + MAX_FDT_SIZE;
195 * Map up to MAX_FDT_SIZE bytes, but avoid overlap with
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h95 #define MAX_FDT_SIZE PMD_SIZE macro
96 #define FIX_FDT_SIZE (MAX_FDT_SIZE + SZ_2M)
99 #define MAX_FDT_SIZE PGDIR_SIZE macro
100 #define FIX_FDT_SIZE MAX_FDT_SIZE
/linux-master/arch/riscv/mm/
H A Dinit.c944 pa, MAX_FDT_SIZE, PAGE_KERNEL);

Completed in 116 milliseconds