Home
last modified time | relevance | path

Searched refs:init_external_dt (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/kernel/
H A Ddt.h291 void init_external_dt(unsigned long phys_dt, size_t dt_sz);
472 static inline void init_external_dt(unsigned long phys_dt __unused, in init_external_dt() function
/optee_os/core/arch/riscv/kernel/
H A Dboot.c217 init_external_dt(fdt, CFG_DTB_MAX_SIZE); in boot_init_primary_late()
/optee_os/core/kernel/
H A Ddt.c779 void init_external_dt(unsigned long phys_dt, size_t dt_sz) in init_external_dt() function
/optee_os/core/arch/arm/kernel/
H A Dboot.c1016 init_external_dt(boot_arg_fdt, fdt_size); in boot_init_primary_late()