Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dof_fdt.h74 extern bool early_init_dt_verify(void *params);
/Linux-v6.6/arch/arm/kernel/
Ddevtree.c204 if (!dt_virt || !early_init_dt_verify(dt_virt)) in setup_machine_fdt()
/Linux-v6.6/arch/x86/kernel/
Ddevicetree.c299 early_init_dt_verify(dt); in x86_flattree_get_config()
/Linux-v6.6/drivers/of/
Dfdt.c1273 bool __init early_init_dt_verify(void *params) in early_init_dt_verify() function
1313 status = early_init_dt_verify(params); in early_init_dt_scan()
/Linux-v6.6/arch/powerpc/kernel/
Dprom.c765 if (!early_init_dt_verify(params)) in early_init_devtree()
Ddt_cpu_ftrs.c860 if (!early_init_dt_verify(fdt)) in dt_cpu_ftrs_init()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dplpks.c686 early_init_dt_verify(fdt); in plpks_early_init_devtree()