Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dof_fdt.h80 extern bool early_init_dt_verify(void *params);
/Linux-v5.4/arch/arm/kernel/
Ddevtree.c224 if (!dt_phys || !early_init_dt_verify(phys_to_virt(dt_phys))) in setup_machine_fdt()
/Linux-v5.4/arch/x86/kernel/
Ddevicetree.c307 early_init_dt_verify(dt); in x86_flattree_get_config()
/Linux-v5.4/drivers/of/
Dfdt.c1172 bool __init early_init_dt_verify(void *params) in early_init_dt_verify() function
1209 status = early_init_dt_verify(params); in early_init_dt_scan()
/Linux-v5.4/arch/powerpc/kernel/
Dprom.c695 if (!early_init_dt_verify(params)) in early_init_devtree()
Ddt_cpu_ftrs.c816 if (!early_init_dt_verify(fdt)) in dt_cpu_ftrs_init()