Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/libstub/
Dfdt.c35 static efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt, in update_fdt() argument
46 if (orig_fdt) { in update_fdt()
47 if (fdt_check_header(orig_fdt)) { in update_fdt()
55 if (orig_fdt_size && fdt_totalsize(orig_fdt) > orig_fdt_size) { in update_fdt()
61 if (orig_fdt) { in update_fdt()
62 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()