Searched refs:fdt_size (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 102 unsigned long fdt_size = 0; in efi_entry() local 187 ~0UL, &fdt_addr, &fdt_size); in efi_entry() 199 fdt_addr = (uintptr_t)get_fdt(sys_table, &fdt_size); in efi_entry() 242 fdt_addr, fdt_size); in efi_entry() 255 efi_free(sys_table, fdt_size, fdt_addr); in efi_entry()
|
D | efistub.h | 48 unsigned long fdt_size); 50 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size);
|
D | fdt.c | 258 unsigned long fdt_size) in allocate_new_fdt_and_exit_boot() argument 308 status = update_fdt(sys_table, (void *)fdt_addr, fdt_size, in allocate_new_fdt_and_exit_boot() 365 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size) in get_fdt() argument 382 *fdt_size = fdt_totalsize(fdt); in get_fdt()
|
/Linux-v4.19/drivers/dma/bestcomm/ |
D | bestcomm.c | 281 unsigned int tdt_size, ctx_size, var_size, fdt_size; in bcom_engine_init() local 287 fdt_size = BCOM_FDT_SIZE; in bcom_engine_init() 292 bcom_eng->fdt = bcom_sram_alloc(fdt_size, BCOM_FDT_ALIGN, &fdt_pa); in bcom_engine_init() 308 memset(bcom_eng->fdt, 0x00, fdt_size); in bcom_engine_init()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | kexec_elf_64.c | 574 unsigned int fdt_size; in elf64_load() local 617 fdt_size = fdt_totalsize(initial_boot_params) * 2; in elf64_load() 618 fdt = kmalloc(fdt_size, GFP_KERNEL); in elf64_load() 624 ret = fdt_open_into(initial_boot_params, fdt, fdt_size); in elf64_load() 638 kbuf.bufsz = kbuf.memsz = fdt_size; in elf64_load()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_hw.c | 2788 int count, fdt_size, ret = 0; in qlcnic_83xx_read_flash_descriptor_table() local 2790 fdt_size = sizeof(struct qlcnic_fdt); in qlcnic_83xx_read_flash_descriptor_table() 2791 count = fdt_size / sizeof(u32); in qlcnic_83xx_read_flash_descriptor_table() 2796 memset(&adapter->ahw->fdt, 0, fdt_size); in qlcnic_83xx_read_flash_descriptor_table()
|