Home
last modified time | relevance | path

Searched refs:fdt_size (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/firmware/efi/libstub/
Dfdt.c233 unsigned long fdt_size = 0; in allocate_new_fdt_and_exit_boot() local
254 status = efi_load_dtb(image, &fdt_addr, &fdt_size); in allocate_new_fdt_and_exit_boot()
266 fdt_addr = (uintptr_t)get_fdt(&fdt_size); in allocate_new_fdt_and_exit_boot()
282 status = update_fdt((void *)fdt_addr, fdt_size, in allocate_new_fdt_and_exit_boot()
337 efi_free(fdt_size, fdt_addr); in allocate_new_fdt_and_exit_boot()
364 void *get_fdt(unsigned long *fdt_size) in get_fdt() argument
377 *fdt_size = fdt_totalsize(fdt); in get_fdt()
Driscv.c85 unsigned long fdt_size) in efi_enter_kernel() argument
Darm64.c134 unsigned long fdt_size) in efi_enter_kernel() argument
Defistub.h947 void *get_fdt(unsigned long *fdt_size);
1050 unsigned long fdt_size);
/Linux-v6.6/drivers/of/
Dkexec.c287 size_t fdt_size; in of_kexec_alloc_and_setup_fdt() local
289 fdt_size = fdt_totalsize(initial_boot_params) + in of_kexec_alloc_and_setup_fdt()
293 fdt = kvmalloc(fdt_size, GFP_KERNEL); in of_kexec_alloc_and_setup_fdt()
297 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in of_kexec_alloc_and_setup_fdt()
/Linux-v6.6/drivers/dma/bestcomm/
Dbestcomm.c278 unsigned int tdt_size, ctx_size, var_size, fdt_size; in bcom_engine_init() local
284 fdt_size = BCOM_FDT_SIZE; in bcom_engine_init()
289 bcom_eng->fdt = bcom_sram_alloc(fdt_size, BCOM_FDT_ALIGN, &fdt_pa); in bcom_engine_init()
305 memset_io(bcom_eng->fdt, 0x00, fdt_size); in bcom_engine_init()
/Linux-v6.6/arch/arm64/kernel/
Dsetup.c178 int fdt_size; in early_fdt_map() local
181 early_fdt_ptr = fixmap_remap_fdt(dt_phys, &fdt_size, PAGE_KERNEL); in early_fdt_map()
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c2791 int count, fdt_size, ret = 0; in qlcnic_83xx_read_flash_descriptor_table() local
2793 fdt_size = sizeof(struct qlcnic_fdt); in qlcnic_83xx_read_flash_descriptor_table()
2794 count = fdt_size / sizeof(u32); in qlcnic_83xx_read_flash_descriptor_table()
2799 memset(&adapter->ahw->fdt, 0, fdt_size); in qlcnic_83xx_read_flash_descriptor_table()