Searched refs:fdt_offset_ptr (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/lib/libfdt/ |
A D | fdt.c | 114 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() function 139 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 150 p = fdt_offset_ptr(fdt, offset++, 1); in fdt_next_tag() 157 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag() 177 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
|
/optee_os-3.20.0/core/lib/libfdt/include/ |
A D | libfdt.h | 111 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen); 115 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); in fdt_offset_ptr_w()
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 527 * libfdt: fix undefined behaviour in fdt_offset_ptr() ([#1969])
|
Completed in 7 milliseconds