Home
last modified time | relevance | path

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

/optee_os/core/lib/libfdt/
A Dfdt.c20 uint32_t totalsize = fdt_totalsize(fdt); in fdt_ro_probe_() local
36 if (totalsize < INT32_MAX) in fdt_ro_probe_()
37 return totalsize; in fdt_ro_probe_()
42 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_() argument
44 return (off >= hdrsize) && (off <= totalsize); in check_off_()
47 static int check_block_(uint32_t hdrsize, uint32_t totalsize, in check_block_() argument
50 if (!check_off_(hdrsize, totalsize, base)) in check_block_()
54 if (!check_off_(hdrsize, totalsize, base + size)) in check_block_()
A Dfdt_ro.c36 int32_t totalsize = fdt_ro_probe_(fdt); in fdt_get_string() local
42 err = totalsize; in fdt_get_string()
43 if (totalsize < 0) in fdt_get_string()
47 if (absoffset >= totalsize) in fdt_get_string()
49 len = totalsize - absoffset; in fdt_get_string()
/optee_os/core/lib/libfdt/include/
A Dfdt.h14 fdt32_t totalsize; /* total size of DT block */ member
A Dlibfdt.h237 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
254 fdt_set_hdr_(totalsize);

Completed in 9 milliseconds