Home
last modified time | relevance | path

Searched refs:fdt_offset_ptr (Results 1 – 3 of 3) sorted by relevance

/tf-a-ffa_el3_spmc/lib/libfdt/
A Dfdt.c135 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function
165 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
176 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag()
183 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
204 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
/tf-a-ffa_el3_spmc/include/lib/libfdt/
A Dlibfdt.h115 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
119 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst3458 - Imported libfdt v1.4.2 that addresses buffer overflow in fdt_offset_ptr().

Completed in 13 milliseconds