Searched refs:MAX_FDT_SIZE (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| H A 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/arch/arm64/include/asm/ |
| H A D | boot.h | 13 #define MAX_FDT_SIZE SZ_2M macro
|
| H A D | kernel-pgtable.h | 64 #define INIT_IDMAP_FDT_PAGES (EARLY_PAGES(INIT_IDMAP_PGTABLE_LEVELS, 0UL, UL(MAX_FDT_SIZE), 1) - 1)
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 102 #define MAX_FDT_SIZE PMD_SIZE macro 103 #define FIX_FDT_SIZE (MAX_FDT_SIZE + SZ_2M) 106 #define MAX_FDT_SIZE PGDIR_SIZE macro 107 #define FIX_FDT_SIZE MAX_FDT_SIZE
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | map_kernel.c | 203 phys_addr_t efdt = fdt + MAX_FDT_SIZE; in map_fdt()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 996 pa, MAX_FDT_SIZE, PAGE_KERNEL); in create_fdt_early_page_table()
|