Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dfdt.c30 static efi_status_t update_fdt(void *orig_fdt, unsigned long orig_fdt_size, in update_fdt() argument
39 if (orig_fdt) { in update_fdt()
40 if (fdt_check_header(orig_fdt)) { in update_fdt()
48 if (orig_fdt_size && fdt_totalsize(orig_fdt) > orig_fdt_size) { in update_fdt()
54 if (orig_fdt) { in update_fdt()
55 status = fdt_open_into(orig_fdt, fdt, new_fdt_size); in update_fdt()

Completed in 5 milliseconds