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

/gem5/ext/libfdt/
H A Dfdt.c82 return FDT_END; /* premature end */
94 return FDT_END; /* premature end */
100 return FDT_END; /* premature end */
106 case FDT_END:
112 return FDT_END;
116 return FDT_END; /* premature end */
168 case FDT_END:
H A Dfdt.h88 #define FDT_END 0x9 macro
H A Dfdt_sw.c206 *end = cpu_to_fdt32(FDT_END);
216 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) {
H A Dfdt_ro.c96 case FDT_END:
H A Dfdt_rw.c413 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END)
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py36 FDT_END = 0x9 variable
772 blob_dt += pack('>I', FDT_END)
916 FDT_END: 'end'}

Completed in 14 milliseconds