Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/efi/libstub/
Dfdt.c30 static efi_status_t update_fdt(void *orig_fdt, unsigned long orig_fdt_size, in update_fdt() argument
40 if (orig_fdt) { in update_fdt()
41 if (fdt_check_header(orig_fdt)) { in update_fdt()
49 if (orig_fdt_size && fdt_totalsize(orig_fdt) > orig_fdt_size) { in update_fdt()
55 if (orig_fdt) { in update_fdt()
56 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()