Searched refs:checklen (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/libfdt/
H A Dlibfdt.h109 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);
110 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
112 return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen);

Completed in 8 milliseconds