Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dof_fdt.h75 extern bool early_init_dt_verify(void *dt_virt, phys_addr_t dt_phys);
/openbmc/linux/arch/arm/kernel/
H A Ddevtree.c204 if (!dt_virt || !early_init_dt_verify(dt_virt, __pa(dt_virt))) in setup_machine_fdt()
/openbmc/linux/arch/x86/kernel/
H A Ddevicetree.c297 early_init_dt_verify(dt, __pa(dt)); in x86_flattree_get_config()
/openbmc/linux/drivers/of/
H A Dfdt.c1274 bool __init early_init_dt_verify(void *dt_virt, phys_addr_t dt_phys) in early_init_dt_verify() function
1315 status = early_init_dt_verify(dt_virt, dt_phys); in early_init_dt_scan()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dplpks.c686 early_init_dt_verify(fdt, __pa(fdt)); in plpks_early_init_devtree()
/openbmc/linux/arch/powerpc/kernel/
H A Dprom.c784 if (!early_init_dt_verify(params, __pa(params))) in early_init_devtree()
H A Ddt_cpu_ftrs.c860 if (!early_init_dt_verify(fdt, __pa(fdt))) in dt_cpu_ftrs_init()