Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Ddt.h338 void *get_manifest_dt(void);
506 static inline void *get_manifest_dt(void) in get_manifest_dt() function
/optee_os/core/kernel/
H A Ddt.c441 fdt = get_manifest_dt(); in get_dt()
454 fdt = get_manifest_dt(); in get_secure_dt()
1023 void *get_manifest_dt(void) in get_manifest_dt() function
1059 void *get_manifest_dt(void) in get_manifest_dt() function
H A Dboot.c142 fdt = get_manifest_dt(); in discover_nsec_memory()
/optee_os/core/arch/arm/kernel/
H A Dboot.c1019 tpm_map_log_area(get_manifest_dt()); in boot_init_primary_late()
H A Dsecure_partition.c1983 fdt = get_manifest_dt(); in fip_sp_init_all()
H A Dthread_spmc.c2810 my_vers = get_ffa_version_from_manifest(get_manifest_dt()); in spmc_init()
/optee_os/core/mm/
H A Dcore_mmu.c1065 void *fdt = get_manifest_dt(); in collect_device_mem_ranges()