Home
last modified time | relevance | path

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

/linux/arch/powerpc/kexec/
H A Dcrash.c502 int i, fdt_index = -1; in get_fdt_index() local
510 fdt_index = i; in get_fdt_index()
515 return fdt_index; in get_fdt_index()
526 int fdt_index; in update_crash_fdt() local
528 fdt_index = get_fdt_index(image); in update_crash_fdt()
529 if (fdt_index < 0) { in update_crash_fdt()
534 fdt = __va((void *)image->segment[fdt_index].mem); in update_crash_fdt()