Home
last modified time | relevance | path

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

/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h319 int fdt_check_full(const void *fdt, size_t bufsize);
/optee_os/core/lib/libfdt/
H A Dfdt_ro.c847 int fdt_check_full(const void *fdt, size_t bufsize) in fdt_check_full() function
/optee_os/core/kernel/
H A Ddt.c1014 ret = fdt_check_full(fdt, manifest_max_size); in reinit_manifest_dt()
/optee_os/core/arch/arm/kernel/
H A Dboot.c1328 ret = fdt_check_full(fdt, desc->size); in get_fdt_from_boot_info()