early_init_dt_verify  224 arch/arm/kernel/devtree.c 	if (!dt_phys || !early_init_dt_verify(phys_to_virt(dt_phys)))
early_init_dt_verify  815 arch/powerpc/kernel/dt_cpu_ftrs.c 	if (!early_init_dt_verify(fdt))
early_init_dt_verify  695 arch/powerpc/kernel/prom.c 	if (!early_init_dt_verify(params))
early_init_dt_verify  307 arch/x86/kernel/devicetree.c 	early_init_dt_verify(dt);
early_init_dt_verify 1209 drivers/of/fdt.c 	status = early_init_dt_verify(params);
early_init_dt_verify   80 include/linux/of_fdt.h extern bool early_init_dt_verify(void *params);