Home
last modified time | relevance | path

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

/linux/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); 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/arch/arm64/include/asm/
H A Dboot.h13 #define MAX_FDT_SIZE SZ_2M macro
H A Dfixmap.h46 FIX_FDT = FIX_FDT_END + DIV_ROUND_UP(MAX_FDT_SIZE, PAGE_SIZE) + 1,
/linux/arch/riscv/include/asm/
H A Dpgtable.h98 #define MAX_FDT_SIZE PMD_SIZE macro
99 #define FIX_FDT_SIZE (MAX_FDT_SIZE + SZ_2M)
102 #define MAX_FDT_SIZE PGDIR_SIZE macro
103 #define FIX_FDT_SIZE MAX_FDT_SIZE
/linux/arch/riscv/mm/
H A Dinit.c987 pa, MAX_FDT_SIZE, PAGE_KERNEL); in create_fdt_early_page_table()