Searched refs:MAX_FDT_SIZE (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | fdt.c | 208 #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-v6.6/arch/arm64/include/asm/ |
D | boot.h | 13 #define MAX_FDT_SIZE SZ_2M macro
|
D | fixmap.h | 46 FIX_FDT = FIX_FDT_END + DIV_ROUND_UP(MAX_FDT_SIZE, PAGE_SIZE) + 1,
|
D | kernel-pgtable.h | 94 #define INIT_IDMAP_DIR_PAGES EARLY_PAGES(KIMAGE_VADDR, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE, 1)
|
/Linux-v6.6/arch/riscv/include/asm/ |
D | pgtable.h | 95 #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-v6.6/arch/arm64/mm/ |
D | fixmap.c | 160 if (*size > MAX_FDT_SIZE) in fixmap_remap_fdt()
|
/Linux-v6.6/arch/arm64/kernel/ |
D | head.S | 384 adrp x6, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE 403 add x3, x2, #MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE
|
/Linux-v6.6/arch/riscv/mm/ |
D | init.c | 937 pa, MAX_FDT_SIZE, PAGE_KERNEL); in create_fdt_early_page_table()
|