Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/libstub/
Dfdt.c30 static efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt, in update_fdt() argument
41 if (orig_fdt) { in update_fdt()
42 if (fdt_check_header(orig_fdt)) { in update_fdt()
50 if (orig_fdt_size && fdt_totalsize(orig_fdt) > orig_fdt_size) { in update_fdt()
56 if (orig_fdt) { in update_fdt()
57 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()