Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dof_fdt.h74 extern bool early_init_dt_verify(void *params);
/linux-6.12.1/arch/arm/kernel/
Ddevtree.c203 if (!dt_virt || !early_init_dt_verify(dt_virt)) in setup_machine_fdt()
/linux-6.12.1/arch/x86/kernel/
Ddevicetree.c308 early_init_dt_verify(dt); in x86_flattree_get_config()
/linux-6.12.1/drivers/of/
Dfdt.c1139 bool __init early_init_dt_verify(void *params) in early_init_dt_verify() function
1180 status = early_init_dt_verify(params); in early_init_dt_scan()
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dplpks.c686 early_init_dt_verify(fdt); in plpks_early_init_devtree()
/linux-6.12.1/arch/powerpc/kernel/
Dprom.c794 if (!early_init_dt_verify(params)) in early_init_devtree()
Ddt_cpu_ftrs.c870 if (!early_init_dt_verify(fdt)) in dt_cpu_ftrs_init()